VirtualBox

Changeset 4372 in vbox for trunk/src/VBox/VMM


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/VMM/testcase/tstAnimate.cpp

    r4206 r4372  
    284284
    285285            /* read a page from the file */
    286             unsigned cbRead = 0;
     286            size_t cbRead = 0;
    287287            uint8_t au8Page[PAGE_SIZE * 16];
    288288            rc = RTFileRead(File, &au8Page, sizeof(au8Page), &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