Changeset 78731 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 24, 2019 1:48:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomaker.cpp
r77734 r78731 1773 1773 while (RTPATH_IS_SLASH(*pszPath)) 1774 1774 pszPath++; 1775 AssertReturn(*pszPath, VERR_ISOMK_IPE_EMPTY_PATH);1776 1775 1777 1776 PRTFSISOMAKERNAME pCur = pNamespace->pRoot;
Note:
See TracChangeset
for help on using the changeset viewer.