X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-3g_apply.c;h=ffe3a8b0572253dc6ab8333d139f6a65db6e58d0;hp=0bf7989bd74231870d2c578ba2703eb300fc7d88;hb=d55cda59032e0abe5f71cd6f16ade943d2713fee;hpb=694f1955dc495b72a3232bf870e9839bdeb9bff9 diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index 0bf7989b..ffe3a8b0 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -538,6 +538,10 @@ apply_dentry_ntfs(struct wim_dentry *dentry, void *arg) struct wim_dentry *other; int ret; + ret = calculate_dentry_full_path(dentry); + if (ret) + return ret; + /* Treat the root dentry specially. */ if (dentry_is_root(dentry)) return apply_root_dentry_ntfs(dentry, vol, w,