cvs commit: src/lib/libarchive archive_read_support_compression_none.c

Tim Kientzle kientzle at FreeBSD.org
Tue Aug 29 04:59:27 UTC 2006


kientzle    2006-08-29 04:59:25 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_compression_none.c 
  Log:
  When skipping data, track the position in the bytestream correctly.
  Without this, tar -r breaks badly; new entries overwrite the
  middle of the archive instead of being added at the end.
  
  Thanks to: Chris Spiegel
  
  Revision  Changes    Path
  1.8       +2 -1      src/lib/libarchive/archive_read_support_compression_none.c


More information about the cvs-src mailing list