]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_capture.c
capture_common.c: Cleanup (mostly comments)
[wimlib] / src / ntfs-3g_capture.c
index 335eb6d5e2d1621a3a4693f317d27a351deacd66..228a68d8fa6f000bdf154e71d1f25e199a010550 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)) {
+       if (should_exclude_path(path, path_len, params->config)) {
                /* Exclude a file or directory tree based on the capture
                 * configuration file.  */
                ret = 0;