VirtualBox

Changeset 2375 in vbox


Ignore:
Timestamp:
Apr 27, 2007 12:32:46 AM (18 years ago)
Author:
vboxsync
Message:

I'll change RTFile* to use size_t one day. in the mean time we'll have to make do with unsigned sizes.

File:
1 edited

Legend:

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

    r2361 r2375  
    14201420        }
    14211421
    1422         size_t cbRead;
     1422        /*size_t*/unsigned cbRead;
    14231423        rc = RTFileReadAt(pImage->File, 0, pImage->pDescData,
    14241424                          pImage->cbDescAlloc, &cbRead);
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