VirtualBox

Changeset 48353 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Sep 6, 2013 12:28:50 PM (11 years ago)
Author:
vboxsync
Message:

small fix. uint64_t has been changed to size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r48352 r48353  
    21532153
    21542154                        void *pvTmpBuf = 0;
    2155                         uint64_t cbTmpSize = _1M;
     2155                        size_t cbTmpSize = _1M;
    21562156                        size_t cbAllWritten = 0;
    21572157                        uint64_t cbFile = 0;
    2158                         uint64_t cbSize = 0;
     2158                        size_t cbSize = 0;
    21592159
    21602160                        vrc = RTFileGetSize(pFile, &cbFile);
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