Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 473c0a7333ce12c5a8e700cbc9605c0b > files > 7

netpbm-10.57.01-2.mga3.src.rpm

diff -up netpbm-10.47.12/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix netpbm-10.47.12/converter/pbm/cmuwmtopbm.c
--- netpbm-10.47.12/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix	2010-04-27 15:47:14.000000000 +0200
+++ netpbm-10.47.12/converter/pbm/cmuwmtopbm.c	2010-05-03 15:17:06.081277896 +0200
@@ -18,7 +18,7 @@
    This program does not check the pad bits at the end of each row.
 */
 
-
+#include <stdint.h>
 #include "pbm.h"
 #include "cmuwm.h"
 
@@ -33,7 +33,7 @@ readCmuwmHeader(FILE *         const ifP
     const char * const initReadError =
         "CMU window manager header EOF / read error";
 
-    long l;
+    uint32_t l;
     short s;
     int rc;