VirtualBox

Ignore:
Timestamp:
Mar 29, 2009 2:21:46 AM (16 years ago)
Author:
vboxsync
Message:

DrvBlock.cpp: size_t

File:
1 edited

Legend:

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

    r18127 r18498  
    161161    if (pThis->cbFlushInterval)
    162162    {
    163         pThis->cbDataWritten += cbWrite;
     163        pThis->cbDataWritten += (uint32_t)cbWrite;
    164164        if (pThis->cbDataWritten > pThis->cbFlushInterval)
    165165        {
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