VirtualBox

Changeset 18440 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 28, 2009 2:57:12 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45252
Message:

oops.

File:
1 edited

Legend:

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

    r18436 r18440  
    150150        const uint32_t  LBA       = off / pThis->cbBlock;
    151151        AssertReturn(!(off % pThis->cbBlock), VERR_INVALID_PARAMETER);
    152         const uint32_t  cbRead32  = (uint32_t)cbRead32;
     152        uint32_t        cbRead32  = (uint32_t)cbRead32;
    153153        const uint32_t  cBlocks   = cbRead32 / pThis->cbBlock;
    154154        AssertReturn(!(cbRead % pThis->cbBlock), VERR_INVALID_PARAMETER);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette