Changeset 6153 in vbox
- Timestamp:
- Dec 19, 2007 2:32:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp
r5999 r6153 89 89 return rc; 90 90 } 91 pThis->fReadOnly = ! !(DrvStat.flags & FD_DISK_WRITABLE);91 pThis->fReadOnly = !(DrvStat.flags & FD_DISK_WRITABLE); 92 92 93 93 return RTFileSeek(pThis->FileDevice, 0, RTFILE_SEEK_END, pcb);
Note:
See TracChangeset
for help on using the changeset viewer.