Probably best if the string and its length agree. :)
This commit is contained in:
parent
3180d5f4f2
commit
88dc75695b
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ static naRef f_airportinfo(naContext c, naRef me, int argc, naRef* args)
|
||||||
HASHSET("stopway", 7, naNum(rwy->stopwayM()));
|
HASHSET("stopway", 7, naNum(rwy->stopwayM()));
|
||||||
|
|
||||||
if (rwy->ILS()) {
|
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
|
#undef HASHSET
|
||||||
|
|
Loading…
Add table
Reference in a new issue