Windows format string bits
This commit is contained in:
@@ -2178,7 +2178,7 @@ initMapTiles(void)
|
||||
char errmsg[BUFSZ];
|
||||
|
||||
errcode = GetLastError();
|
||||
Sprintf(errmsg, "%s (0x%x).",
|
||||
Sprintf(errmsg, "%s (0x%lx).",
|
||||
"Cannot load tiles from the file. Reverting back to default",
|
||||
errcode);
|
||||
raw_print(errmsg);
|
||||
|
||||
Reference in New Issue
Block a user