- Timestamp:
- Jun 8, 2009 8:19:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp
r19824 r20416 1066 1066 *pcbPreRead = cBATEntryIndex * VHD_SECTOR_SIZE; 1067 1067 *pcbPostRead = pImage->cSectorsPerDataBlock * VHD_SECTOR_SIZE - cbToWrite - *pcbPreRead; 1068 1069 if (pcbWriteProcess) 1070 *pcbWriteProcess = cbToWrite; 1068 1071 return VERR_VD_BLOCK_FREE; 1069 1072 }
Note:
See TracChangeset
for help on using the changeset viewer.