fix various compiler warnings and a few minor bugs
This commit is contained in:
@@ -78,7 +78,7 @@ namespace
|
||||
}
|
||||
if (result.length() > 12)
|
||||
result = result.substr(0, 12);
|
||||
for (int i = result.length(); i <= 12; result += " ", i++);
|
||||
for (int i = result.length(); i <= 12; result += " ", i++) { }
|
||||
result += ": ";
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user