1
0
Fork 0

Probably best if the string and its length agree. :)

This commit is contained in:
jmt 2009-12-19 18:51:48 +00:00 committed by Tim Moore
parent 3180d5f4f2
commit 88dc75695b

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", 3, naNum(rwy->ILS()->get_freq() / 100.0));
HASHSET("ils-frequency-mhz", 17, naNum(rwy->ILS()->get_freq() / 100.0));
}
#undef HASHSET