From: jmt Date: Sat, 19 Dec 2009 18:51:48 +0000 (+0000) Subject: Probably best if the string and its length agree. :) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88dc75695b62481fd656d6f1b41a36251845e420;p=flightgear.git Probably best if the string and its length agree. :) --- diff --git a/src/Scripting/NasalSys.cxx b/src/Scripting/NasalSys.cxx index c10c4d058..fcde853a8 100644 --- a/src/Scripting/NasalSys.cxx +++ b/src/Scripting/NasalSys.cxx @@ -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