Use PRIu8 for uint8_t

This commit is contained in:
Rangi
2026-08-25 15:06:31 -04:00
parent cebf57630a
commit 760cc4d464
+1 -1
View File
@@ -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
);