mirror of
https://github.com/glest/glest-source.git
synced 2025-10-03 10:51:55 +02:00
- phase 3 of cppcheck verbose fixes
This commit is contained in:
@@ -1780,7 +1780,7 @@ void ServerInterface::simpleTask(BaseThread *callingThread) {
|
||||
|
||||
CURL *handle = SystemFlags::initHTTP();
|
||||
for(std::map<string,string>::const_iterator iterMap = newPublishToServerInfo.begin();
|
||||
iterMap != newPublishToServerInfo.end(); iterMap++) {
|
||||
iterMap != newPublishToServerInfo.end(); ++iterMap) {
|
||||
|
||||
request += iterMap->first;
|
||||
request += "=";
|
||||
|
Reference in New Issue
Block a user