From af653250b573e49ea706ab4d0fb932da14fe2e4d Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 2 Oct 2005 17:57:16 +0000 Subject: [PATCH] only skip one comment line at the top of TACAN_freq.dat.gz --- src/Navaids/navdb.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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__ -- 2.39.5