]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/ils.hxx
Various Irix compiler tweaks.
[flightgear.git] / src / Navaids / ils.hxx
index d9d4c3ae1bdf7b6d516b0e22e05ff239ca14ca32..b97b2882e9a560199274c23b017b18909efc0d75 100644 (file)
@@ -128,7 +128,12 @@ inline istream&
 operator >> ( istream& in, FGILS& i )
 {
     double f;
-    in >> i.ilstype >> i.ilstypename >> i.aptcode >> i.rwyno 
+    in >> i.ilstype;
+    
+    if ( i.ilstype == '[' )
+          return in;
+
+    in >> i.ilstypename >> i.aptcode >> i.rwyno 
        >> f >> i.locident >> i.locheading >> i.loclat >> i.loclon
        >> i.gselev >> i.gsangle >> i.gslat >> i.gslon
        >> i.dmelat >> i.dmelon