- phase 3 of cppcheck verbose fixes

This commit is contained in:
Mark Vejvoda
2011-09-01 18:08:56 +00:00
parent 57afc2d715
commit bb68106912
18 changed files with 83 additions and 64 deletions

View File

@@ -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 += "=";