]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bitmap.c
^o^ cleaned~
[16.git] / src / lib / bitmap.c
index 82a8525d104a13a777477a153518e2e45bfd70b7..864878d8b3776016d3d6d62ee9713534d16f85b7 100644 (file)
@@ -94,13 +94,13 @@ bitmapLoadPcx(char *filename) {
        result.data = malloc(bufSize);
 //     result.data = (byte far *)_fmalloc(bufSize);
 //     result.data = (byte __huge *)halloc(bufSize, sizeof(byte));
-       printf("&bufSize=%p\n", &bufSize);
+       /*printf("&bufSize=%p\n", &bufSize);
        printf("&result.data=%p\n", result.data);
-       printf("Size of block is %zu bytes\n", _fmsize(result.data));
+       printf("Size of block is %zu bytes\n", _msize(result.data));
        printf("Size of bufSize is %zu bytes\n", bufSize);
        printf("Size of result.width is %zu \n", result.width);
        printf("Size of result.height is %zu \n", result.height);
-       printf("Dimensions of result is %lu\n", (dword)result.width*result.height);
+       printf("Dimensions of result is %lu\n", (dword)result.width*result.height);*/
        //exit(0);
        if(!result.data) {
                fprintf(stderr, "Could not allocate memory for bitmap data.");\r