From: Michihiro NAKAJIMA Date: Thu, 19 Jan 2012 03:21:50 +0000 (-0500) Subject: Fix build failure on non Windows platform. X-Git-Tag: v3.0.4~2^2~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f45dd113d9dfd8992a61061e104c561b10e6065;p=thirdparty%2Flibarchive.git Fix build failure on non Windows platform. SVN-Revision: 4176 --- diff --git a/libarchive/archive_read_disk_posix.c b/libarchive/archive_read_disk_posix.c index 68ee9aa6d..88b89b612 100644 --- a/libarchive/archive_read_disk_posix.c +++ b/libarchive/archive_read_disk_posix.c @@ -914,7 +914,7 @@ next_entry: * Perform path matching. */ if (a->matching) { - r = archive_matching_path_excluded_w(a->matching, + r = archive_matching_path_excluded(a->matching, tree_current_path(t)); if (r < 0) { archive_set_error(&(a->archive), errno,