From ff66139cf77780311556ba6a95f4fbef23703cd6 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Fri, 22 May 2015 18:39:37 +0200 Subject: [PATCH] fix previous incomplete patch add missing continue statement --- src/Instrumentation/instrument_mgr.cxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5