Changeset 85374 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 17, 2020 3:44:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathFindCommon.cpp
r85311 r85374 49 49 { 50 50 const char *pcszPath = papcszPaths[i]; 51 if ( pcszPath[cch] 51 if ( pcszPath 52 && pcszPath[cch] 52 53 && pcszPath[cch] == pcszRef[cch]) 53 54 continue;
Note:
See TracChangeset
for help on using the changeset viewer.