cvs commit: src/lib/libarchive archive_write_set_format_pax.c
Tim Kientzle
kientzle at FreeBSD.org
Mon Nov 15 01:24:40 GMT 2004
kientzle 2004-11-15 01:24:39 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_set_format_pax.c
Log:
Pax extended headers were always failing
because the code was using the external API
(archive_write_data) and assuming internal
error-return conventions. Use the internal
API for writing data.
Thanks to: Joe Marcus Clarke
Revision Changes Path
1.20 +1 -1 src/lib/libarchive/archive_write_set_format_pax.c
More information about the cvs-src
mailing list