Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2006 04:59:25 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_read_support_compression_none.c
Message-ID:  <200608290459.k7T4xPuT040984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608290459.k7T4xPuT040984>