On Sat, Jul 2, 2011 at 7:51 PM, Frederik Ramm <[email protected]> wrote: > Anthony wrote: >> That's with the bz2 format. Try it with the 7z format. > > Oops, sorry, I had assumed it would work the same.
No problem. I think it's because the .7z format stores the size of the uncompressed file at the beginning of the file. So it either needs to be able to fstat the file to get the size, or to seek after processing the pipe. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

