VirtualBox

Changeset 68014 in vbox


Ignore:
Timestamp:
Jul 18, 2017 10:20:31 AM (7 years ago)
Author:
vboxsync
Message:

rtFsIsoMakerFinalizeIsoDirectoryEntry: fixed block+char dev test.

File:
1 edited

Legend:

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

    r67897 r68014  
    42184218        /* Devices needs 'PN'. */
    42194219        if (   RTFS_IS_DEV_BLOCK(pName->pObj->fMode)
    4220             || RTFS_IS_DEV_BLOCK(pName->pObj->fMode))
     4220            || RTFS_IS_DEV_CHAR(pName->pObj->fMode))
    42214221        {
    42224222            cbRock += sizeof(ISO9660RRIPPN);
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