[gimp] file-bmp: Fix format specifiers
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-bmp: Fix format specifiers
- Date: Thu, 28 Aug 2014 14:03:49 +0000 (UTC)
commit 1d10c4d88f2138c73446a996685e8febdb138e7f
Author: Mukund Sivaraman <muks banu com>
Date: Thu Aug 28 19:21:53 2014 +0530
file-bmp: Fix format specifiers
plug-ins/file-bmp/bmp-read.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-bmp/bmp-read.c b/plug-ins/file-bmp/bmp-read.c
index 63663db..16e1001 100644
--- a/plug-ins/file-bmp/bmp-read.c
+++ b/plug-ins/file-bmp/bmp-read.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]