X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfc.c;h=03a923a3085c34c99debeae981b197b97a8cab80;hp=9163534428521f349b1b3bada60462e0da67445b;hb=5a4a20931aade60f0e99df0819fbd1c007a705da;hpb=3583bb178b85790e8459da31ef69f852e3d8c05f diff --git a/src/swfc.c b/src/swfc.c index 9163534..03a923a 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -1465,7 +1465,7 @@ void s_image(const char*name, const char*type, const char*filename, int quality) /* step 1: the bitmap */ SRECT r; int imageID = id; - int width, height; + unsigned width, height; if(!strcmp(type,"jpeg")) { #ifndef HAVE_JPEGLIB warning("no jpeg support compiled in");