From: Torsten Dreyer Date: Fri, 22 May 2015 16:39:37 +0000 (+0200) Subject: fix previous incomplete patch X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff66139cf77780311556ba6a95f4fbef23703cd6;p=flightgear.git fix previous incomplete patch add missing continue statement --- diff --git a/src/Instrumentation/instrument_mgr.cxx b/src/Instrumentation/instrument_mgr.cxx index 6aebd16c6..751f6c78c 100644 --- a/src/Instrumentation/instrument_mgr.cxx +++ b/src/Instrumentation/instrument_mgr.cxx @@ -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