X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwin32_apply.c;h=7b7ff27ba29bf68504ce88a98c59031e6adee875;hp=ffee267c61bfdee2b4e8a9ae4289129e28ce23da;hb=14cf34971b351167d88adb009051a3513e627f32;hpb=7ed55e914b616c71e3118ca9948c1350441a9fc2 diff --git a/src/win32_apply.c b/src/win32_apply.c index ffee267c..7b7ff27b 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.c @@ -1259,7 +1259,7 @@ win32_do_apply_dentry(const wchar_t *output_path, /* Save extracted path for a later call to * CreateHardLinkW() if this inode has multiple links. * */ - inode->i_extracted_file = WSTRDUP(output_path); + inode->i_extracted_file = WCSDUP(output_path); if (!inode->i_extracted_file) return WIMLIB_ERR_NOMEM; }