about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-09-23 18:43:49 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-09-23 18:43:49 +0000
commitcf51ef9d8e34bf490305ce8a70dc5c2b956e8169 (patch)
tree209e123a68d9564b3e5179d873018e1f22caa0b0 /converter/other
parente8a4248759f0ea61fbaed239655d0d7ee2975b28 (diff)
downloadnetpbm-mirror-cf51ef9d8e34bf490305ce8a70dc5c2b956e8169.tar.gz
netpbm-mirror-cf51ef9d8e34bf490305ce8a70dc5c2b956e8169.tar.xz
netpbm-mirror-cf51ef9d8e34bf490305ce8a70dc5c2b956e8169.zip
fix compiler warning
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@731 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pngtopam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/pngtopam.c b/converter/other/pngtopam.c
index 1fac7a5c..3039c769 100644
--- a/converter/other/pngtopam.c
+++ b/converter/other/pngtopam.c
@@ -1081,10 +1081,10 @@ reportOutputFormat(const struct pam * const pamP) {
         pm_message("Writing a PBM file");
         break;
     case PGM_FORMAT:
-        pm_message("Writing a PGM file with maxval %u", pamP->maxval);
+        pm_message("Writing a PGM file with maxval %lu", pamP->maxval);
         break;
     case PPM_FORMAT:
-        pm_message("Writing a PPM file with maxval %u", pamP->maxval);
+        pm_message("Writing a PPM file with maxval %lu", pamP->maxval);
         break;
     case PAM_FORMAT:
         pm_message("Writing a PAM file with tuple type %s, maxval %u",