components/zip/patches/01_zipnote.patch
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Tue, 15 Apr 2014 22:24:44 -0700
branchs11u1-sru
changeset 3075 a27acdae98ec
parent 653 759bda8e4900
permissions -rw-r--r--
17406738 problem in UTILITY/HPLIP

--- zip30/zipnote.c.old	Tue Jan 10 15:06:10 2012
+++ zip30/zipnote.c	Tue Jan 10 15:08:59 2012
@@ -661,7 +661,7 @@
     if ((r = zipcopy(z)) != ZE_OK)
       ziperr(r, "was copying an entry");
   }
-  fclose(x);
+  fclose(in_file);
 
   /* Write central directory and end of central directory with new comments */
   if ((c = zftello(y)) == (zoff_t)-1)    /* get start of central */