Blame SOURCES/zipnote.patch

cf1dcd
diff --git a/zipnote.c b/zipnote.c
cf1dcd
index 5e02cb6..996f012 100644
cf1dcd
--- a/zipnote.c
cf1dcd
+++ b/zipnote.c
cf1dcd
@@ -661,7 +661,7 @@ char **argv;            /* command line tokens */
cf1dcd
     if ((r = zipcopy(z)) != ZE_OK)
cf1dcd
       ziperr(r, "was copying an entry");
cf1dcd
   }
cf1dcd
-  fclose(x);
cf1dcd
+  fclose(in_file);
cf1dcd
 
cf1dcd
   /* Write central directory and end of central directory with new comments */
cf1dcd
   if ((c = zftello(y)) == (zoff_t)-1)    /* get start of central */