]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_capture.c
Adjust path matching
[wimlib] / src / ntfs-3g_capture.c
index ee301477f4dab3ecbd7359a691e1e4b23f392b09..335eb6d5e2d1621a3a4693f317d27a351deacd66 100644 (file)
@@ -536,7 +536,7 @@ build_dentry_tree_ntfs_recursive(struct wim_dentry **root_ret,
        struct wim_dentry *root = NULL;
        struct wim_inode *inode = NULL;
 
-       if (exclude_path(path, path_len, params->config, false)) {
+       if (exclude_path(path, path_len, params->config)) {
                /* Exclude a file or directory tree based on the capture
                 * configuration file.  */
                ret = 0;