Changeset 66039 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Mar 10, 2017 3:23:13 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp
r66033 r66039 626 626 const bool fWildCard = RT_BOOL(fu32Options & VBSF_O_PATH_WILDCARD); 627 627 const bool fPreserveLastComponent = RT_BOOL(fu32Options & VBSF_O_PATH_PRESERVE_LAST_COMPONENT); 628 rc = vbsfCorrectPathCasing(pClient, pszFullPath, strlen(pszFullPath) + 1,628 rc = vbsfCorrectPathCasing(pClient, pszFullPath, strlen(pszFullPath), 629 629 fWildCard, fPreserveLastComponent); 630 630 }
Note:
See TracChangeset
for help on using the changeset viewer.