VirtualBox

Changeset 71316 in vbox for trunk


Ignore:
Timestamp:
Mar 13, 2018 5:13:32 PM (7 years ago)
Author:
vboxsync
Message:

Additions build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r71314 r71316  
    640640    /* Report back in any case. */
    641641    int rc2 = VbglR3GuestCtrlMsgReplyEx(pHostCtx, rc, 0 /* Type */,
    642                                         szPath, strlen(szPath) + 1 /* Include terminating zero */);
     642                                        szPath, (uint32_t)strlen(szPath) + 1 /* Include terminating zero */);
    643643    if (RT_FAILURE(rc2))
    644644        VGSvcError("Failed to report user documents, rc=%Rrc\n", rc2);
     
    663663    /* Report back in any case. */
    664664    int rc2 = VbglR3GuestCtrlMsgReplyEx(pHostCtx, rc, 0 /* Type */,
    665                                         szPath, strlen(szPath) + 1 /* Include terminating zero */);
     665                                        szPath, (uint32_t)strlen(szPath) + 1 /* Include terminating zero */);
    666666    if (RT_FAILURE(rc2))
    667667        VGSvcError("Failed to report user home, rc=%Rrc\n", rc2);
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