mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Fix format string warning error
svn path=/trunk/netsurf/; revision=5528
This commit is contained in:
parent
9343a94193
commit
6a9f156fc6
@ -178,7 +178,7 @@ void info_callback(png_structp png, png_infop info)
|
||||
c->width = width;
|
||||
c->height = height;
|
||||
|
||||
LOG(("size %li * %li, bpp %i, rowbytes %u", width,
|
||||
LOG(("size %li * %li, bpp %i, rowbytes %zu", width,
|
||||
height, bit_depth, c->data.png.rowbytes));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user