]> git.stg.codes - stg.git/commitdiff
Fix prefix incremental operator to postfix
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 21 Mar 2011 14:27:12 +0000 (16:27 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 21 Mar 2011 14:27:12 +0000 (16:27 +0200)
projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp

index bc586d2db71868d6844a27782d84d8591992d936..028ef808546f7274e86faa283a6846fada24539a 100644 (file)
@@ -527,7 +527,7 @@ while (li != answerList.end())
             }
         }
     k = 0;// new node
-    li++;
+    ++li;
     }
 
 if (answerList.empty()) {