]> git.wh0rd.org Git - patches.git/blob - ppmtompeg-no-shadow.patch
initial import
[patches.git] / ppmtompeg-no-shadow.patch
1 Index: converter/ppm/ppmtompeg/combine.c
2 ===================================================================
3 --- converter/ppm/ppmtompeg/combine.c   (revision 101)
4 +++ converter/ppm/ppmtompeg/combine.c   (working copy)
5 @@ -110,7 +110,6 @@ appendSpecifiedGopFiles(struct inputSour
6               nAttempts < READ_ATTEMPTS && !ifP;
7               ++nAttempts) {
8  
9 -            FILE * ifP;
10              ifP = fopen(fileName, "rb");
11              if (ifP == NULL) {
12                  pm_message("ERROR:  Couldn't read file '%s'.  retry %u",