mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
LibC: Fix some incorrect printf usages
This commit is contained in:
parent
6b01d1cf14
commit
d780e2265d
10 changed files with 19 additions and 19 deletions
|
@ -208,7 +208,7 @@ static bool load_ico_directory(ICOLoadingContext& context)
|
|||
return false;
|
||||
}
|
||||
#ifdef ICO_DEBUG
|
||||
printf("load_ico_directory: index %lu width: %u height: %u offset: %lu size: %lu\n",
|
||||
printf("load_ico_directory: index %zu width: %u height: %u offset: %lu size: %lu\n",
|
||||
i, desc.width, desc.height, desc.offset, desc.size);
|
||||
#endif
|
||||
context.images.append(desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue