diff options
author | mm <mm@FreeBSD.org> | 2011-12-20 20:06:33 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-12-20 20:06:33 +0000 |
commit | de78128d73d25a4377de7c74ce56bd3f3ee8abe7 (patch) | |
tree | c60338ab5a43518824f6505a33d7628e6358c6e4 /lib/libarchive/archive_read.c | |
parent | 3e7916ec1c37c8aabb4a4dcd644f98e38eff81f1 (diff) | |
download | FreeBSD-src-de78128d73d25a4377de7c74ce56bd3f3ee8abe7.zip FreeBSD-src-de78128d73d25a4377de7c74ce56bd3f3ee8abe7.tar.gz |
Update libarchive, tar and cpio to version 2.8.5
The following additional vendor revisions are applied:
Revision 3740:
Use archive_clear_error() to clear the error markers.
Obtained from: http://code.google.com/p/libarchive
MFC after: 2 weeks
Diffstat (limited to 'lib/libarchive/archive_read.c')
-rw-r--r-- | lib/libarchive/archive_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_read.c b/lib/libarchive/archive_read.c index 7873d45..fb72407 100644 --- a/lib/libarchive/archive_read.c +++ b/lib/libarchive/archive_read.c @@ -715,7 +715,7 @@ archive_read_data_block(struct archive *_a, /* * Close the file and release most resources. * - * Be careful: client might just call read_new and then read_finish. + * Be careful: client might just call read_new and then read_free. * Don't assume we actually read anything or performed any non-trivial * initialization. */ |