mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use appropriate format specifier for number of palettes
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user