]> wimlib.net Git - wimlib/commitdiff
ntfs-3g_capture.c: Fix erroneous replacement
authorEric Biggers <ebiggers3@gmail.com>
Sun, 29 Dec 2013 01:38:06 +0000 (19:38 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 29 Dec 2013 01:38:06 +0000 (19:38 -0600)
src/ntfs-3g_capture.c

index c26ca605382d86c970d5ce9cb4f226795b84e862..92f3b7e1eb72b240921d81ac7ccde8d5dce86f4f 100644 (file)
@@ -183,7 +183,7 @@ capture_ntfs_streams(struct wim_inode *inode,
 
        /* Capture each data stream or reparse data stream. */
        while (!ntfs_attr_lookup(type, NULL, 0,
 
        /* Capture each data stream or reparse data stream. */
        while (!ntfs_attr_lookup(type, NULL, 0,
-                                WIMLIB_CASE_SENSITIVE, 0, NULL, 0, actx))
+                                CASE_SENSITIVE, 0, NULL, 0, actx))
        {
                u64 data_size = ntfs_get_attribute_value_length(actx->attr);
                u64 name_length = actx->attr->name_length;
        {
                u64 data_size = ntfs_get_attribute_value_length(actx->attr);
                u64 name_length = actx->attr->name_length;