Index: OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ExportOptions.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ExportOptions.cpp (revision 8888)
+++ OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ExportOptions.cpp (revision 10440)
@@ -162,4 +162,10 @@
             osg::notify( osg::INFO ) << "fltexp: Found: " << token << std::endl;
             setStripTextureFilePath( true );
+            continue;
+        }
+        // Protect against unrecognized options without values
+        if ( pos == str.npos )
+        {
+            osg::notify( osg::WARN ) << "fltexp: Bogus OptionString: " << token << std::endl;
             continue;
         }
