1
0
Fork 0

Vivian MEAZZA:

"Bugfix - a fix to fix the hack which hacked the TACAN Channel/freq
pairing."
This commit is contained in:
mfranz 2006-06-19 10:00:25 +00:00
parent ef2bc6227a
commit cd3be41386

View file

@ -510,7 +510,7 @@ TACAN::searchChannel (const string& _channel){
frequency_khz = freq->get_freq();
SG_LOG( SG_INSTR, SG_DEBUG, "freq output " << frequency_khz );
//check sanity
if (frequency_khz >=9620 && frequency_khz <= 12130)
if (frequency_khz >=9620 && frequency_khz <= 121300)
return frequency_khz/100;
}
return frequency_khz = 0;