]> git.mxchange.org Git - flightgear.git/commitdiff
This section was accidentally committed togetehr with another patch, it turned out...
authorehofman <ehofman>
Sun, 13 Nov 2005 10:20:15 +0000 (10:20 +0000)
committerehofman <ehofman>
Sun, 13 Nov 2005 10:20:15 +0000 (10:20 +0000)
src/Main/options.cxx

index c7aab9619c85a4f994d60a506c9407e5b924c7ef..0b0c8acf22145633e6c175262e604bf1027b1f39 100644 (file)
@@ -178,7 +178,7 @@ fgSetDefaults ()
 #elif defined(sgi)
     fgSetString("/sim/startup/browser-app", "launchWebJumper");
 #else
-    char *envp = ::getenv( "WEBBROWSER" );
+    envp = ::getenv( "WEBBROWSER" );
     if (!envp) envp = "netscape";
     fgSetString("/sim/startup/browser-app", envp);
 #endif