Changeset 22311 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Aug 17, 2009 10:15:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathTraverseList.cpp
r22109 r22311 45 45 { 46 46 AssertPtrNull(pszPathList); 47 Assert( chSep >= 0 &&chSep <= 127);47 Assert((unsigned int)chSep <= 127); 48 48 49 49 if (!pszPathList)
Note:
See TracChangeset
for help on using the changeset viewer.