Changeset 21079 in vbox for trunk/src/VBox/Main/SharedFolderImpl.cpp
- Timestamp:
- Jun 30, 2009 3:59:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SharedFolderImpl.cpp
r21077 r21079 28 28 29 29 #include <iprt/param.h> 30 #include <iprt/cpputils.h> 30 31 #include <iprt/path.h> 31 #include <iprt/cpputils.h>32 32 33 33 // constructor / destructor … … 199 199 ; 200 200 #else 201 if (hostPathLen == 1 && RTPATH_IS_SEP 201 if (hostPathLen == 1 && RTPATH_IS_SEP(hostPath[0])) 202 202 ; 203 203 #endif 204 204 else 205 RTPathStripTrailingSlash (hostPath.mutableRaw());205 hostPath.stripTrailingSlash(); 206 206 207 207 /* Check whether the path is full (absolute) */
Note:
See TracChangeset
for help on using the changeset viewer.