]> git.mxchange.org Git - flightgear.git/commitdiff
fix previous incomplete patch
authorTorsten Dreyer <torsten@t3r.de>
Fri, 22 May 2015 16:39:37 +0000 (18:39 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Fri, 22 May 2015 16:39:37 +0000 (18:39 +0200)
add missing continue statement

src/Instrumentation/instrument_mgr.cxx

index 6aebd16c61bbca8824bc85607cfe229045c1a57c..751f6c78c7fec517722aaddb5e02215dfdbb5097 100644 (file)
@@ -224,6 +224,7 @@ bool FGInstrumentMgr::build (SGPropertyNode* config_props)
         } else {
             SG_LOG( SG_INSTR, SG_ALERT,
                      "Unknown top level section in instrumentation: " << name );
+            continue;
         }
       
       // only push to our array if we actually built an insturment