K 10 svn:author V 8 cperciva K 8 svn:date V 27 2007-04-02T04:21:22.000000Z K 7 svn:log V 304 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. END