VirtualBox

Changeset 71819 in vbox


Ignore:
Timestamp:
Apr 11, 2018 11:00:35 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121941
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r71818 r71819  
    642642        }
    643643
    644         rc = dstFile->i_writeData(uTimeoutMs, byBuf, cbRead, NULL /* No partial writes */);
     644        rc = dstFile->i_writeData(uTimeoutMs, byBuf, (uint32_t)cbRead, NULL /* No partial writes */);
    645645        if (RT_FAILURE(rc))
    646646        {
    647647            setProgressErrorMsg(VBOX_E_IPRT_ERROR,
    648                                 Utf8StrFmt(GuestSession::tr("Writing to %RU32 bytes to file failed: %Rrc"), cbRead, rc));
     648                                Utf8StrFmt(GuestSession::tr("Writing to %zu bytes to file failed: %Rrc"), cbRead, rc));
    649649            break;
    650650        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette