Use appropriate format specifier for number of palettes

This commit is contained in:
ISSOtm
2024-08-02 21:59:51 +02:00
parent f4d0f01f91
commit 41046c287f
3 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ void reverse() {
if (palettes.size() > options.nbPalettes) {
warning(
"Read %zu palettes, more than the specified limit of %" PRIu8,
"Read %zu palettes, more than the specified limit of %" PRIu16,
palettes.size(),
options.nbPalettes
);