Consistently use PRId* not PRIi*

This commit is contained in:
Rangi42
2025-04-19 23:44:34 -04:00
parent bc8d99d915
commit df83bc31d2

View File

@@ -838,7 +838,7 @@ int main(int argc, char *argv[]) {
} }
fprintf( fprintf(
stderr, stderr,
"\tInput image slice: %" PRIu32 "x%" PRIu32 " pixels starting at (%" PRIi32 ", %" PRIi32 "\tInput image slice: %" PRIu32 "x%" PRIu32 " pixels starting at (%" PRId32 ", %" PRId32
")\n", ")\n",
options.inputSlice.width, options.inputSlice.width,
options.inputSlice.height, options.inputSlice.height,