mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-27 14:12:54 -04:00
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:
Executable → Regular
+1
-1
@@ -138,7 +138,7 @@ RotaryCache::getNext()
|
||||
{
|
||||
void* retVal = (*mIterList).value;
|
||||
|
||||
++mIterList;
|
||||
mIterList++;
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user