archrelease: copy trunk to extra-x86_64
[arch-packages.git] / zip / trunk / zipnote.patch
blob4177a7df81fe418863f650627f53cce0c87c142e
1 diff --git a/zipnote.c b/zipnote.c
2 index 5e02cb6..996f012 100644
3 --- a/zipnote.c
4 +++ b/zipnote.c
5 @@ -661,7 +661,7 @@ char **argv; /* command line tokens */
6 if ((r = zipcopy(z)) != ZE_OK)
7 ziperr(r, "was copying an entry");
9 - fclose(x);
10 + fclose(in_file);
12 /* Write central directory and end of central directory with new comments */
13 if ((c = zftello(y)) == (zoff_t)-1) /* get start of central */