Changeset 42980 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 24, 2012 3:43:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/comparepaths.cpp
r42978 r42980 176 176 177 177 /* Deal with pszParentPath = root (or having a trailing slash). */ 178 if ( pszParentPath > 0178 if ( cchParentPath > 0 179 179 && RTPATH_IS_SLASH(pszParentPath[cchParentPath - 1]) 180 180 && RTPATH_IS_SLASH(pszPath[cchParentPath - 1]))
Note:
See TracChangeset
for help on using the changeset viewer.