file-bmp: Fix format specifiers

This commit is contained in:
Mukund Sivaraman 2014-08-28 19:21:53 +05:30
parent 2dac58718f
commit 1d10c4d88f
1 changed files with 2 additions and 2 deletions

View File

@ -514,8 +514,8 @@ ReadBMP (const gchar *name,
rowbytes= ((Bitmap_Head.biWidth * Bitmap_Head.biBitCnt - 1) / 32) * 4 + 4;
#ifdef DEBUG
printf ("\nSize: %u, Colors: %u, Bits: %u, Width: %u, Height: %u, "
"Comp: %u, Zeile: %u\n",
printf ("\nSize: %lu, Colors: %lu, Bits: %hu, Width: %ld, Height: %ld, "
"Comp: %lu, Zeile: %d\n",
Bitmap_File_Head.bfSize,
Bitmap_Head.biClrUsed,
Bitmap_Head.biBitCnt,