From fb2d013c4eb8719f82a9e54b3bbad3b311f7613e Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 12 Oct 2000 01:08:22 +0000 Subject: [PATCH] Minor tweaks. --- src/Include/config.h.in | 4 ++++ src/Navaids/testnavs.cxx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Include/config.h.in b/src/Include/config.h.in index ffe400f82..13044e031 100644 --- a/src/Include/config.h.in +++ b/src/Include/config.h.in @@ -236,3 +236,7 @@ /* Name of package */ #undef PACKAGE + +/* Version number of package */ +#undef VERSION + diff --git a/src/Navaids/testnavs.cxx b/src/Navaids/testnavs.cxx index dfccc4d38..b41b9c56d 100644 --- a/src/Navaids/testnavs.cxx +++ b/src/Navaids/testnavs.cxx @@ -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;