Codebase list pnm2ppa / 3687d25
Re-introduce 10_177295-fix_signedness.patch. - It was removed fully as incorporated upstream, but it only half of it had been incorporated. Didier Raboud 12 years ago
2 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix signedness of "c"
1 Bugs-Debian: 177295
2 Author: Chad Walstrom <chewie@debian.org>
3 Last-Update: 2003-10-26
4 --- a/calibrate_ppa.c
5 +++ b/calibrate_ppa.c
6 @@ -81,7 +81,7 @@
7 FILE *outFile = NULL ;
8 int testPattern = 0;
9 char *out_filepath = NULL;
10 - char c;
11 + int c;
12 static struct option long_opts[] = {
13 {"gamma",0,0,'g'},
14 {"align",0,0,0},
0 10_177295-fix_signedness.patch
01 99-examples_shbangs.patch
12 99-pnm2ppa_manpage.patch