From: sparky4 Date: Sun, 24 May 2015 06:27:19 +0000 (-0500) Subject: broke.... wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c49e0bb8159b3a5bf318ef305f302f1f1df9524c;p=16.git broke.... wwww modified: pcxtest.exe modified: src/lib/bitmap.c --- diff --git a/pcxtest.exe b/pcxtest.exe index fe533129..c06f9368 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/src/lib/bitmap.c b/src/lib/bitmap.c index 598aa610..ea35c172 100644 --- a/src/lib/bitmap.c +++ b/src/lib/bitmap.c @@ -93,8 +93,8 @@ bitmapLoadPcx(char *filename) { result.data = malloc((bufSize)); printf("Size of block is %u bytes\n", _msize(result.data)); printf("Size of bufSize is %lu bytes\n", bufSize); - printf("Size of result.width is %lu \n", result.width); - printf("Size of result.height is %lu \n", result.height); + printf("Size of result.width is %d \n", result.width); + printf("Size of result.height is %d \n", result.height); printf("Dimensions of result is %lu\n", result.width*result.height); //exit(0); if(!result.data) {