Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.62 KB | None | 0 0
  1. diff -crB rdup-1.1.14/rdup-tr.c rdup-1.1.14-1/rdup-tr.c
  2. *** rdup-1.1.14/rdup-tr.c       2013-01-20 09:33:20.000000000 +0100
  3. --- rdup-1.1.14-1/rdup-tr.c     2013-04-02 22:42:37.023575637 +0200
  4. ***************
  5. *** 364,370 ****
  6.  
  7.         if (opt_output != O_RDUP) {
  8.                 archive_write_close(archive);
  9. !               archive_write_finish(archive);
  10.         }
  11.         g_free(readbuf);
  12.         g_free(buf);
  13. --- 364,370 ----
  14.  
  15.         if (opt_output != O_RDUP) {
  16.                 archive_write_close(archive);
  17. !               archive_write_free(archive);
  18.         }
  19.         g_free(readbuf);
  20.         g_free(buf);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement