Fixed GameVersionString printf string bug

This commit is contained in:
mathusummut
2018-10-06 23:30:44 +02:00
parent 035da70093
commit 7530f5dbf8

View File

@@ -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) {