Blame SOURCES/netpbm-cmuwtopbm.patch

7d2009
diff -up netpbm-10.61.01/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix netpbm-10.61.01/converter/pbm/cmuwmtopbm.c
7d2009
--- netpbm-10.61.01/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix	2013-01-02 18:39:57.000000000 +0100
7d2009
+++ netpbm-10.61.01/converter/pbm/cmuwmtopbm.c	2013-01-03 05:41:36.024984241 +0100
7d2009
@@ -18,7 +18,7 @@
7d2009
    This program does not check the pad bits at the end of each row.
7d2009
 */
7d2009
 
7d2009
-
7d2009
+#include <stdint.h>
7d2009
 #include "pbm.h"
7d2009
 
7d2009
 /*--------------------------
7d2009
@@ -42,7 +42,7 @@ readCmuwmHeader(FILE *         const ifP
7d2009
         "CMU window manager header EOF / read error";
7d2009
     uint32_t const cmuwmMagic = 0xf10040bb;
7d2009
 
7d2009
-    long l;
7d2009
+    uint32_t l;
7d2009
     short s;
7d2009
     int rc;
7d2009