- Timestamp:
- Sep 10, 2015 11:22:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp
r57616 r57685 1325 1325 AssertReturn(pParsed->aComps[0].cch < sizeof(pGlob->szPath) - 1, VERR_FILENAME_TOO_LONG); 1326 1326 memcpy(pGlob->szPath, &pszPattern[pParsed->aComps[0].off], pParsed->aComps[0].cch); 1327 pGlob->offFirstPath = pParsed->aComps[0]. off;1327 pGlob->offFirstPath = pParsed->aComps[0].cch; 1328 1328 pGlob->iFirstComp = iComp = 1; 1329 1329 }
Note:
See TracChangeset
for help on using the changeset viewer.