Changeset 68697 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 7, 2017 2:57:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isovfs.cpp
r68695 r68697 2175 2175 uint32_t cNestings, PRTERRINFO pErrInfo) 2176 2176 { 2177 Assert (cbBuf >= _2K);2177 AssertReturn(cbBuf >= pThis->cbSector, VERR_INTERNAL_ERROR); 2178 2178 2179 2179 /*
Note:
See TracChangeset
for help on using the changeset viewer.