mirror of
https://github.com/glest/glest-source.git
synced 2025-08-27 17:59:48 +02:00
Fixed GameVersionString printf string bug
This commit is contained in:
@@ -861,7 +861,7 @@ namespace Glest {
|
||||
}
|
||||
if (SystemFlags::VERBOSE_MODE_ENABLED)
|
||||
printf("compareResult = %d local [%s] remote [%s]\n",
|
||||
compareResult, GameVersionString,
|
||||
compareResult, GameVersionString.c_str(),
|
||||
props.getString("LatestGameVersion", "").c_str());
|
||||
|
||||
if (compareResult < 0) {
|
||||
|
Reference in New Issue
Block a user