mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 11:32:15 +08:00
[BTRFS][UBTRFS][SHELLBTRFS] Upgrade to 1.7.2
CORE-16679
This commit is contained in:
@@ -205,7 +205,7 @@ static void find_devices(HWND hwnd, const GUID* guid, const mountmgr& mm, vector
|
||||
if (ss > 0) {
|
||||
WCHAR* desc3 = (WCHAR*)malloc(ss * sizeof(WCHAR));
|
||||
|
||||
if (MultiByteToWideChar(CP_OEMCP, MB_PRECOMPOSED, desc2.c_str(), -1, desc3, (int)(ss * sizeof(WCHAR))))
|
||||
if (MultiByteToWideChar(CP_OEMCP, MB_PRECOMPOSED, desc2.c_str(), -1, desc3, ss))
|
||||
dev.friendly_name = desc3;
|
||||
|
||||
free(desc3);
|
||||
|
||||
Reference in New Issue
Block a user