- cleanup from last checkin (corrections)

This commit is contained in:
Mark Vejvoda
2012-10-26 03:08:40 +00:00
parent 3419127632
commit 28d65e8d55
7 changed files with 22 additions and 22 deletions

View File

@@ -2313,7 +2313,7 @@ string World::getAllFactionsCacheStats() {
}
char szBuf[8096]="";
snprintf(szBuf,8096,"totalCache1Size [%zu] totalCache1Size [%zu] total KB: %s",totalCache1Size,totalCache2Size,formatNumber(totalBytes).c_str());
snprintf(szBuf,8096,"totalCache1Size [%lu] totalCache1Size [%lu] total KB: %s",totalCache1Size,totalCache2Size,formatNumber(totalBytes).c_str());
result = szBuf;
return result;
}