Changeset 78090 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 10, 2019 2:19:04 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r77910 r78090 8664 8664 */ 8665 8665 char szAbsHostPath[RTPATH_MAX]; 8666 int vrc = RTPathAbs Ex(NULL,aData.m_strHostPath.c_str(), szAbsHostPath, sizeof(szAbsHostPath));8666 int vrc = RTPathAbs(aData.m_strHostPath.c_str(), szAbsHostPath, sizeof(szAbsHostPath)); 8667 8667 if (RT_FAILURE(vrc)) 8668 8668 return setErrorBoth(E_INVALIDARG, vrc, tr("Invalid shared folder path: '%s' (%Rrc)"), aData.m_strHostPath.c_str(), vrc);
Note:
See TracChangeset
for help on using the changeset viewer.