Changeset 62448 in vbox for trunk/src/VBox/Runtime/common/path/RTPathParse.cpp.h
- Timestamp:
- Jul 22, 2016 2:51:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp.h
r56290 r62448 209 209 210 210 /* look for an ? */ 211 uint16_t cDots = 0;212 211 uint32_t offSuffix = offStart + cchComp; 213 212 while (offSuffix-- > offStart)
Note:
See TracChangeset
for help on using the changeset viewer.