Changeset 99802 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 16, 2023 12:05:16 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibSharedFolders.cpp
r98103 r99802 238 238 { 239 239 *ppszName = NULL; 240 rc = RTUtf16ToUtf8(&pString->String.u cs2[0], ppszName);240 rc = RTUtf16ToUtf8(&pString->String.utf16[0], ppszName); 241 241 } 242 242 RTMemFree(pString);
Note:
See TracChangeset
for help on using the changeset viewer.