- Timestamp:
- Sep 7, 2017 2:54:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isovfs.cpp
r68694 r68695 2283 2283 /* 2284 2284 * Reset the state before we start processing the descriptors. 2285 */ 2286 2287 NOREF(pThis); NOREF(pbBuf); NOREF(cbBuf); NOREF(pErrInfo); 2288 return VINF_SUCCESS; 2285 * 2286 * The processing has to be done in a different function because there may 2287 * be links to sub-sequences that needs to be processed. We do this by 2288 * recursing and check that we don't go to deep. 2289 */ 2290 2291 /** @todo state reset */ 2292 2293 return rtFsIsoVolReadAndProcessUdfVdsSeq(pThis, offSeq, cbSeq, pbBuf, cbBuf, 0, pErrInfo); 2289 2294 } 2290 2295
Note:
See TracChangeset
for help on using the changeset viewer.