Windows format string bits

This commit is contained in:
nhmall
2021-02-02 21:53:13 -05:00
parent 4c16f74b7f
commit 7b454f8ba3
5 changed files with 5 additions and 5 deletions

View File

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