VirtualBox

Changeset 68695 in vbox for trunk


Ignore:
Timestamp:
Sep 7, 2017 2:54:17 PM (7 years ago)
Author:
vboxsync
Message:

isovfs.cpp: More UDF code (disabled). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isovfs.cpp

    r68694 r68695  
    22832283    /*
    22842284     * 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);
    22892294}
    22902295
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette