Changeset 28916 in vbox for trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
- Timestamp:
- Apr 29, 2010 6:13:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
r28915 r28916 73 73 int rc = RTStrValidateEncodingEx(pszNativePath, RTSTR_MAX, 0 /*fFlags*/); 74 74 if (RT_SUCCESS(rc)) 75 rc = RTStrCopy Ex(pszPath, cbPath, pszNativePath, RTSTR_MAX);75 rc = RTStrCopy(pszPath, cbPath, pszNativePath); 76 76 NOREF(pszBasePath); /* We don't query the FS for codeset preferences. */ 77 77 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.