Changeset 78098 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Apr 10, 2019 3:51:59 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsfpathabs.cpp
r78090 r78098 185 185 /* Fallback for the common paths. */ 186 186 187 return RTPathAbsEx Ex(pszRoot, pszPath, RTPATH_STR_F_STYLE_HOST, pszAbsPath, &cbAbsPath);187 return RTPathAbsEx(pszRoot, pszPath, RTPATH_STR_F_STYLE_HOST, pszAbsPath, &cbAbsPath); 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.