zipnote.patch 435 B

1234567891011121314
  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");
  8. }
  9. - fclose(x);
  10. + fclose(in_file);
  11. /* Write central directory and end of central directory with new comments */
  12. if ((c = zftello(y)) == (zoff_t)-1) /* get start of central */