X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.c;h=d7f189900ef545107156bd06710d24ccbe95409d;hp=abe5095c2f7f0ce0a1597bdf54803060e1f3afa2;hb=a0a35f892af5a7536b68d3d8034bcd5f298d7de1;hpb=e322cb658a1257d3a5174301b948a4ccad7b3851 diff --git a/src/dentry.c b/src/dentry.c index abe5095c..d7f18990 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -479,9 +479,8 @@ calculate_subdir_offsets(struct wim_dentry *dentry, u64 *subdir_offset_p) } } -/* UNIX: Case-sensitive UTF-16LE dentry or stream name comparison. We call this - * on Windows as well to distinguish true duplicates from names differing by - * case only. */ +/* Case-sensitive UTF-16LE dentry or stream name comparison. Used on both UNIX + * (always) and Windows (sometimes) */ static int compare_utf16le_names_case_sensitive(const utf16lechar *name1, size_t nbytes1, const utf16lechar *name2, size_t nbytes2)