X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.c;h=dac85c35c2cd6ce593f5cf45e6ff292f3ed941dc;hp=db333849584c8e8641b317a1d5db882f09258654;hb=4e32f48feb64932954953a87f064170500f93221;hpb=9f56f9f091155065173712c3f254945fd8224511 diff --git a/src/dentry.c b/src/dentry.c index db333849..dac85c35 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -484,7 +484,6 @@ int calculate_dentry_full_path(struct wim_dentry *dentry) { size_t ulen; - size_t dummy; const struct wim_dentry *d; if (dentry->d_full_path) @@ -513,7 +512,7 @@ calculate_dentry_full_path(struct wim_dentry *dentry) wimlib_assert(p == ubuf); return utf16le_to_tstr(ubuf, ulen * sizeof(utf16lechar), - &dentry->d_full_path, &dummy); + &dentry->d_full_path, NULL); } /*