Changeset 860 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 13, 2007 11:04:42 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDD.cpp
r745 r860 1596 1596 if (!IS_VDI_IMAGE_BLOCK_ALLOCATED(pImage->paBlocks[uBlock])) 1597 1597 { 1598 if (!pDisk ->fHonorZeroWrites)1598 if (!pDisk || !pDisk->fHonorZeroWrites) 1599 1599 { 1600 1600 /* If the destination block is unallocated at this point, it's either
Note:
See TracChangeset
for help on using the changeset viewer.