cperciva    2007-04-02 04:21:23 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_tar.c 
  Log:
  Now that there is always a compression-layer skip function available,
  skip over the end-of-entry padding instead of reading and discarding
  it.
  
  Considering that tar files normally have a block size of 10kB, this
  isn't likely to avoid reading any data, but at least it makes the code
  simpler and clearer.
  
  Revision  Changes    Path
  1.51      +3 -9      src/lib/libarchive/archive_read_support_format_tar.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to