forked from AuroraMiddleware/gtk
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 *
|
GdkPixbuf *
|
||||||
image_load (FILE *f)
|
image_load (FILE *f)
|
||||||
{
|
{
|
||||||
guint nbytes;
|
gint nbytes;
|
||||||
gint rc;
|
gint rc;
|
||||||
|
|
||||||
PnmLoaderContext context;
|
PnmLoaderContext context;
|
||||||
|
Loading…
Reference in New Issue
Block a user