Changeset 104258 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 9, 2024 7:37:51 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp
r98103 r104258 496 496 RTMemTmpFree(pszPathFree); 497 497 AssertReturn(cchActual >= cbPathBuf, VERR_INTERNAL_ERROR_3); 498 if (RT_FAILURE(rc) && iTry == 9) 499 return rc; 498 500 } 499 501 pszPath = pszPathFree;
Note:
See TracChangeset
for help on using the changeset viewer.