]> git.mxchange.org Git - flightgear.git/commitdiff
Minor tweaks.
authorcurt <curt>
Thu, 12 Oct 2000 01:08:22 +0000 (01:08 +0000)
committercurt <curt>
Thu, 12 Oct 2000 01:08:22 +0000 (01:08 +0000)
src/Include/config.h.in
src/Navaids/testnavs.cxx

index ffe400f8241ecb6ed05521a1f3c87d279e32aa83..13044e031b1abee6c1c9891332449e8b711b9bb2 100644 (file)
 
 /* Name of package */
 #undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+
index dfccc4d38610702bca82f93baad52317bad9169b..b41b9c56d4e58c50b87d248f25e386edb0ff6878 100644 (file)
@@ -34,7 +34,7 @@ int main() {
     FGPath p_fix( "/home/curt/FlightGear/Navaids/default.fix" );
     current_fixlist->init( p_fix );
     FGFix fix;
-    if ( current_fixlist->query( "GONER", -82, 41, 3000,
+    if ( current_fixlist->query( "SHELL", -82, 41, 3000,
                                 &fix, &heading, &dist) ) {
        cout << "Found a matching fix" << endl;
        cout << " id = " << fix.get_ident() << endl;