VirtualBox

Changeset 32630 in vbox


Ignore:
Timestamp:
Sep 20, 2010 9:38:38 AM (14 years ago)
Author:
vboxsync
Message:

Runtime: fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/tar.cpp

    r32629 r32630  
    182182        uint64_t cbAllWritten = 0; /* Already copied */
    183183        uint64_t cbToRead = 0; /* What to read in the next step */
    184         uint64_t cbRead = 0; /* Actually read in the last step */
     184        size_t cbRead = 0; /* Actually read in the last step */
    185185        /* Copy the content from hFile over to the memory. */
    186186        for (;;)
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