more partial reverts of inadvisable changes from i++ to ++i, per pvs-studio...i'll ignore that type of advice from now on as i wasn't considering the consequences

This commit is contained in:
DarthArgus
2016-01-15 23:11:19 -06:00
parent 1ce2c52f5b
commit c9801cebad
6 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ RotaryCache::getNext()
{
void* retVal = (*mIterList).value;
++mIterList;
mIterList++;
return retVal;
}