From c49e0bb8159b3a5bf318ef305f302f1f1df9524c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sun, 24 May 2015 01:27:19 -0500 Subject: [PATCH] broke.... wwww modified: pcxtest.exe modified: src/lib/bitmap.c --- pcxtest.exe | Bin 54754 -> 54754 bytes src/lib/bitmap.c | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcxtest.exe b/pcxtest.exe index fe5331291cdf1e314c4353204b4cb63e8cfe3b1f..c06f93687223ae66694cafce3a650c1e6961bd74 100644 GIT binary patch delta 147 zcmV;E0Brx_s{`Vz1F%US0s50l9~&PS0#L_B@&Eu1KIi}igTw}de&hgkDT99E0Cgi4 zxHYqcA9yzbV6**J?i>NIlk9Wk0gjW=bn*ePv&3~v0RgbH5O<~v0c4Z7f*k>5lh=aD zvz~)lIRUV<_`JXb0SdFZ!OaH;Kmq^&;|DI2QN$CopvfQu0dBLw%sl}CkhA~I;|F{+ BJ}v+N delta 149 zcmV;G0BZl@s{`Vz1F%US0sE6m9~&PU0#L_B@&Eu1KIi}igTw}de&hgkDT99E0Cgi4 zxHq$eA9yzbVzd2L?i>NKlk9Wk0g#i?bn*eRv&3~v0RghJ5O<~v0&I1Yw}Kr4Y;}{> zg2}U>gI75Lva|TSzytvdv$?^|2M0m|0083$E|XEj6SJVnAOit#v%$?@ 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) { -- 2.39.5