Changeset 83758 in vbox
- Timestamp:
- Apr 17, 2020 2:55:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp
r82968 r83758 1368 1368 AssertMsgFailedReturn(("'%.*s' is not supported yet\n", pszComp, pParsed->aComps[0].cch), 1369 1369 VERR_PATH_MATCH_FEATURE_NOT_IMPLEMENTED); 1370 pGlob->offFirstPath = (uint 32_t)RTPathEnsureTrailingSeparator(pGlob->szPath, sizeof(pGlob->szPath));1370 pGlob->offFirstPath = (uint16_t)RTPathEnsureTrailingSeparator(pGlob->szPath, sizeof(pGlob->szPath)); 1371 1371 pGlob->iFirstComp = iComp = 1; 1372 1372 }
Note:
See TracChangeset
for help on using the changeset viewer.