Changeset 45394 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Apr 7, 2013 7:03:00 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84819
- Location:
- trunk/src/VBox/Runtime/common/path
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp.h
r45391 r45394 193 193 { 194 194 if (!(fFlags & RTPATH_STR_F_NO_END)) 195 fProps |= RTPATH_PROP_DIR_SLASH; /* (not counted) */ 195 { 196 fProps |= RTPATH_PROP_DIR_SLASH; /* (not counted in component, but in cchPath) */ 197 cchPath++; 198 } 196 199 else 197 200 fProps |= RTPATH_PROP_EXTRA_SLASHES;
Note:
See TracChangeset
for help on using the changeset viewer.