X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fextract.c;h=9275c352b427dac58600ff0474e9c577d3b6ae14;hb=c68da43690263dd818fc974cfe96364f8c8d945e;hp=769abbe15235551b9d93a4f5647d0b66b133024d;hpb=5ea71b35aff264dea029792b1fdb3404c6bd9d54;p=wimlib diff --git a/src/extract.c b/src/extract.c index 769abbe1..9275c352 100644 --- a/src/extract.c +++ b/src/extract.c @@ -761,9 +761,7 @@ dentry_calculate_extraction_name(struct wim_dentry *dentry, if (!ctx->supported_features.case_sensitive_filenames) { struct wim_dentry *other; - list_for_each_entry(other, &dentry->d_ci_conflict_list, - d_ci_conflict_list) - { + dentry_for_each_ci_match(other, dentry) { if (will_extract_dentry(other)) { if (ctx->extract_flags & WIMLIB_EXTRACT_FLAG_ALL_CASE_CONFLICTS) {