]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix build failure on non Windows platform.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 19 Jan 2012 03:21:50 +0000 (22:21 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 19 Jan 2012 03:21:50 +0000 (22:21 -0500)
SVN-Revision: 4176

libarchive/archive_read_disk_posix.c

index 68ee9aa6db2794d0d7a2637dcc3b6fa8c55c4a4b..88b89b6122f7de884740e2502cb0f3c74d6d4f3d 100644 (file)
@@ -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,