Changeset 28908 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Apr 29, 2010 4:23:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
r28903 r28908 185 185 { 186 186 if (g_fPassthruUtf8 || !*pszPath) 187 *ppszNativePath = (char *)pszPath;187 *ppszNativePath = RTStrDup(pszPath); 188 188 else 189 189 rc = rtStrConvert(pszPath, strlen(pszPath), "UTF-8",
Note:
See TracChangeset
for help on using the changeset viewer.