diff OrthancServer/main.cpp @ 657:5425bb6f1ea5

further cppcheck fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 11:46:23 +0100
parents 4aa6f0d79947
children 3bdb5db8e839 96d8410c56cd
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Mon Nov 04 11:19:31 2013 +0100
+++ b/OrthancServer/main.cpp	Mon Nov 04 11:46:23 2013 +0100
@@ -332,7 +332,7 @@
     std::list<std::string> luaScripts;
     GetGlobalListOfStringsParameter(luaScripts, "LuaScripts");
     for (std::list<std::string>::const_iterator
-           it = luaScripts.begin(); it != luaScripts.end(); it++)
+           it = luaScripts.begin(); it != luaScripts.end(); ++it)
     {
       std::string path = InterpretStringParameterAsPath(*it);
       LOG(WARNING) << "Installing the Lua scripts from: " << path;