VirtualBox

Changeset 6153 in vbox


Ignore:
Timestamp:
Dec 19, 2007 2:32:27 PM (17 years ago)
Author:
vboxsync
Message:

fixed inverted write protect flag of the host floppy drive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp

    r5999 r6153  
    8989        return rc;
    9090    }
    91     pThis->fReadOnly = !!(DrvStat.flags & FD_DISK_WRITABLE);
     91    pThis->fReadOnly = !(DrvStat.flags & FD_DISK_WRITABLE);
    9292
    9393    return RTFileSeek(pThis->FileDevice, 0, RTFILE_SEEK_END, pcb);
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