From: mfranz Date: Sun, 2 Oct 2005 17:57:16 +0000 (+0000) Subject: only skip one comment line at the top of TACAN_freq.dat.gz X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af653250b573e49ea706ab4d0fb932da14fe2e4d;p=flightgear.git only skip one comment line at the top of TACAN_freq.dat.gz --- diff --git a/src/Navaids/navdb.cxx b/src/Navaids/navdb.cxx index 7be1809a3..b9d5afc09 100644 --- a/src/Navaids/navdb.cxx +++ b/src/Navaids/navdb.cxx @@ -197,8 +197,7 @@ bool fgNavDBInit( FGAirportList *airports, exit(-1); } - // skip first two lines - inchannel >> skipeol; + // skip first line inchannel >> skipeol; #ifdef __MWERKS__