Changeset 18498 in vbox for trunk/src/VBox/Devices/Storage/DrvBlock.cpp
- Timestamp:
- Mar 29, 2009 2:21:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r18127 r18498 161 161 if (pThis->cbFlushInterval) 162 162 { 163 pThis->cbDataWritten += cbWrite;163 pThis->cbDataWritten += (uint32_t)cbWrite; 164 164 if (pThis->cbDataWritten > pThis->cbFlushInterval) 165 165 {
Note:
See TracChangeset
for help on using the changeset viewer.