X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fiterate_dir.c;h=7cc7f0f5d07a6eb4c324ef7e451728d26290e82b;hb=f1c9d53eb97205b17092ba6de50f0967932861ed;hp=c9de38cf1f118591400c4d0ebed669f6e4aa74fe;hpb=8df639463ae0c754d2b1af3d6c1d22e59ee3ccf8;p=wimlib diff --git a/src/iterate_dir.c b/src/iterate_dir.c index c9de38cf..7cc7f0f5 100644 --- a/src/iterate_dir.c +++ b/src/iterate_dir.c @@ -104,7 +104,7 @@ init_wimlib_dentry(struct wimlib_dir_entry *wdentry, struct wim_dentry *dentry, ret = calculate_dentry_full_path(dentry); if (ret) return ret; - wdentry->full_path = dentry->_full_path; + wdentry->full_path = dentry->d_full_path; for (struct wim_dentry *d = dentry; !dentry_is_root(d); d = d->d_parent) wdentry->depth++;