mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-29 01:55:17 +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;
|
||||
warning(
|
||||
WARNING_TRUNCATION,
|
||||
"Truncating title \"%s\" to %u chars",
|
||||
"Truncating title \"%s\" to %" PRIu8 " chars",
|
||||
options.title->c_str(),
|
||||
maxLen
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user