From: Maxim Mamontov Date: Mon, 21 Mar 2011 14:27:12 +0000 (+0200) Subject: Fix prefix incremental operator to postfix X-Git-Tag: 2.407-rc3~128 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/722a4fd38336dab14e00cb60c9e0c17867a0240e Fix prefix incremental operator to postfix --- diff --git a/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp b/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp index bc586d2d..028ef808 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp @@ -527,7 +527,7 @@ while (li != answerList.end()) } } k = 0;// new node - li++; + ++li; } if (answerList.empty()) {