c1e6d79b77
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/pnm2ppa#0f22ad0facb906e589647c004cfac1abb5e4447f
14 lines
315 B
Diff
14 lines
315 B
Diff
diff --git a/pnm2ppa.c b/pnm2ppa.c
|
|
index 4ae36ce..0d60fbb 100644
|
|
--- a/pnm2ppa.c
|
|
+++ b/pnm2ppa.c
|
|
@@ -604,7 +604,7 @@ main (int argc, char *argv[])
|
|
int i, opt_index;
|
|
FILE *in = NULL, *out = NULL, *gf = NULL;
|
|
struct stat tmpstat;
|
|
- char c;
|
|
+ int c;
|
|
BOOLEAN get_Gamma = true;
|
|
|
|
char *gammaFile=NULL;
|