VirtualBox

Ignore:
Timestamp:
Sep 18, 2020 11:11:52 AM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9224: Fixed invalid partition flag (active/bootable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp

    r85897 r86169  
    865865
    866866    uint64_t fFlags = DVMVOLUME_F_CONTIGUOUS;
    867     if (pVol->pEntry->bType & 0x80)
     867    if (pVol->pEntry->fFlags & 0x80)
    868868        fFlags |= DVMVOLUME_FLAGS_BOOTABLE | DVMVOLUME_FLAGS_ACTIVE;
    869869
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