From 7a268fb4873a8c25aeec5a3ed75d0bea6fac6d9c Mon Sep 17 00:00:00 2001 From: Michael Fulbright Date: Tue, 9 Nov 1999 23:35:41 +0000 Subject: Possible unsigned int error. Dr Mike --- gdk-pixbuf/io-pnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk-pixbuf/io-pnm.c') diff --git a/gdk-pixbuf/io-pnm.c b/gdk-pixbuf/io-pnm.c index 5b10ddca2..c4d1c5e16 100644 --- a/gdk-pixbuf/io-pnm.c +++ b/gdk-pixbuf/io-pnm.c @@ -579,7 +579,7 @@ pnm_read_scanline (PnmLoaderContext *context) GdkPixbuf * image_load (FILE *f) { - guint nbytes; + gint nbytes; gint rc; PnmLoaderContext context; -- cgit v1.2.1