]> 4ch.mooo.com Git - 16.git/commitdiff
broke.... wwww
authorsparky4 <sparky4@cock.li>
Sun, 24 May 2015 06:27:19 +0000 (01:27 -0500)
committersparky4 <sparky4@cock.li>
Sun, 24 May 2015 06:27:19 +0000 (01:27 -0500)
modified:   pcxtest.exe
modified:   src/lib/bitmap.c

pcxtest.exe
src/lib/bitmap.c

index fe5331291cdf1e314c4353204b4cb63e8cfe3b1f..c06f93687223ae66694cafce3a650c1e6961bd74 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 598aa6104c495d107da244d3f4d654859ee9114f..ea35c1723286f6db3e715e159bde3bcddf38af22 100644 (file)
@@ -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) {