mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44:00 +02:00
- cleaned up a whole pile of compiler warnings
This commit is contained in:
@@ -104,7 +104,7 @@ string boolToStr(bool b){
|
||||
}
|
||||
}
|
||||
|
||||
string intToStr(int i){
|
||||
string intToStr(int64 i){
|
||||
char str[strSize]="";
|
||||
sprintf(str, "%d", i);
|
||||
return str;
|
||||
|
Reference in New Issue
Block a user