From dd410facb58e788839cb4e65ec6181d8d7e2a509 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 16 2020 07:39:38 +0000 Subject: Apply patch netpbm-cmuwtopbm.patch patch_name: netpbm-cmuwtopbm.patch present_in_specfile: true location_in_specfile: 15 --- diff --git a/converter/pbm/cmuwmtopbm.c b/converter/pbm/cmuwmtopbm.c index be8a7fc..021cc56 100644 --- a/converter/pbm/cmuwmtopbm.c +++ b/converter/pbm/cmuwmtopbm.c @@ -18,7 +18,7 @@ This program does not check the pad bits at the end of each row. */ - +#include #include "pbm.h" /*-------------------------- @@ -42,7 +42,7 @@ readCmuwmHeader(FILE * const ifP, "CMU window manager header EOF / read error"; uint32_t const cmuwmMagic = 0xf10040bb; - long l; + uint32_t l; short s; int rc;