1
0
Fork 0

Fix airportinfo() ILS frequency listing to use underscores.

This commit is contained in:
jmt 2009-12-20 18:20:07 +00:00 committed by Tim Moore
parent d3d17d9ec0
commit 52905875f9

View file

@ -596,7 +596,7 @@ static naRef f_airportinfo(naContext c, naRef me, int argc, naRef* args)
HASHSET("stopway", 7, naNum(rwy->stopwayM()));
if (rwy->ILS()) {
HASHSET("ils-frequency-mhz", 17, naNum(rwy->ILS()->get_freq() / 100.0));
HASHSET("ils_frequency_mhz", 17, naNum(rwy->ILS()->get_freq() / 100.0));
}
#undef HASHSET