VirtualBox

Changeset 67485 in vbox for trunk/src


Ignore:
Timestamp:
Jun 20, 2017 6:14:12 AM (8 years ago)
Author:
vboxsync
Message:

IPRT: More ISO maker code (import related).

File:
1 edited

Legend:

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

    r67482 r67485  
    475475                                                     !fUnicode ? RTFSISOMAKER_NAMESPACE_ISO_9660 : RTFSISOMAKER_NAMESPACE_JOLIET,
    476476                                                     pThis->szNameBuf);
     477                if (RT_SUCCESS(rc))
     478                {
     479                    /*
     480                     * Remember the data location if this is a file, if it's a
     481                     * directory push it onto the traversal stack.
     482                     */
     483                }
     484                else
     485                    rtFsIsoImpError(pThis, rc, "Invalid name at %#RX64: %.Rhxs",
     486                                    off - cbChunk, pDirRec->bFileIdLength, pDirRec->achFileId);
    477487            }
    478488        }
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