This commit is contained in:
twinaphex 2018-01-05 14:14:42 +01:00
parent f4250a1ad5
commit 8ca98e0a18

View File

@ -145,7 +145,7 @@ static int sevenzip_file_read(
#if defined(_WIN32) && defined(USE_WINDOWS_FILE) && !defined(LEGACY_WIN32)
if (!string_is_empty(path))
{
whcar_t *pathW = utf8_to_utf16_string_alloc(path);
wchar_t *pathW = utf8_to_utf16_string_alloc(path);
if (pathW)
{