VirtualBox

Ignore:
Timestamp:
Aug 24, 2007 9:21:51 PM (17 years ago)
Author:
vboxsync
Message:

Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and RTFileWriteAt APIs to size_t. This was long overdue.

File:
1 edited

Legend:

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

    r4071 r4372  
    18441844        }
    18451845
    1846         /*size_t*/unsigned cbRead;
     1846        size_t cbRead;
    18471847        rc = RTFileReadAt(pImage->File, 0, pImage->pDescData,
    18481848                          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