]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.c
Allow configurable case sensitivity
[wimlib] / src / lookup_table.c
index 357d64387e995867e23b97057a29501567b39075..11dd2a37dd7bdc5217fc102d4075a50c11b92ead 100644 (file)
@@ -1174,7 +1174,7 @@ wim_pathname_to_stream(WIMStruct *wim,
                }
        }
 
-       dentry = get_dentry(wim, path);
+       dentry = get_dentry(wim, path, WIMLIB_CASE_SENSITIVE);
        if (p)
                *p = T(':');
        if (!dentry)