mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
Possible unsigned int error.
Dr Mike
This commit is contained in:
parent
87a2044934
commit
39bb0d649c
@ -579,7 +579,7 @@ pnm_read_scanline (PnmLoaderContext *context)
|
||||
GdkPixbuf *
|
||||
image_load (FILE *f)
|
||||
{
|
||||
guint nbytes;
|
||||
gint nbytes;
|
||||
gint rc;
|
||||
|
||||
PnmLoaderContext context;
|
||||
|
Loading…
Reference in New Issue
Block a user