mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-30 02:25:15 +00:00
Use PRIu8 for uint8_t
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ static void parseArg(int ch, char *arg) {
|
|||||||
len = maxLen;
|
len = maxLen;
|
||||||
warning(
|
warning(
|
||||||
WARNING_TRUNCATION,
|
WARNING_TRUNCATION,
|
||||||
"Truncating title \"%s\" to %u chars",
|
"Truncating title \"%s\" to %" PRIu8 " chars",
|
||||||
options.title->c_str(),
|
options.title->c_str(),
|
||||||
maxLen
|
maxLen
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user