Date: Friday, January 13, 2012 @ 11:51:20 Author: dreisner Revision: 146570
remove unused patch Deleted: libarchive/trunk/sparse-file.patch -------------------+ sparse-file.patch | 13 ------------- 1 file changed, 13 deletions(-) Deleted: sparse-file.patch =================================================================== --- sparse-file.patch 2012-01-13 16:47:21 UTC (rev 146569) +++ sparse-file.patch 2012-01-13 16:51:20 UTC (rev 146570) @@ -1,13 +0,0 @@ -Index: libarchive/archive_write_set_format_pax.c -=================================================================== ---- libarchive/archive_write_set_format_pax.c (revision 4094) -+++ libarchive/archive_write_set_format_pax.c (working copy) -@@ -1647,7 +1647,7 @@ - return (total); - - p = ((const unsigned char *)buff) + total; -- ws = s; -+ ws = s - total; - if (ws > pax->sparse_list->remaining) - ws = pax->sparse_list->remaining; -
