VirtualBox

Ignore:
Timestamp:
Feb 26, 2014 8:44:58 AM (11 years ago)
Author:
vboxsync
Message:

DnD: Bugfixes for Linux hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp

    r50562 r50593  
    947947    int rc;
    948948
    949     uint32_t cbMaxChunk = _64K; /* Transfer max. 64K chunks per message. */
     949    uint32_t cbMaxChunk = _64K; /** @todo Transfer max. 64K chunks per message. Configurable? */
    950950    uint32_t cbSent     = 0;
    951951
     
    968968        Assert(cbSent == cbData);
    969969
    970     LogFlowFunc(("Returning rc=%Rrc, cbData=%RU32, cbAddtionalData=%RU32\n",
    971                  rc, cbData, cbAdditionalData));
     970    LogFlowFunc(("Returning rc=%Rrc, cbData=%RU32, cbAddtionalData=%RU32, cbSent=%RU32\n",
     971                 rc, cbData, cbAdditionalData, cbSent));
    972972    return rc;
    973973}
     
    11441144    {
    11451145        int rc2 = VbglR3DnDGHSendError(u32ClientId, rc);
    1146         if (RT_SUCCESS(rc2))
    1147             rc2 = rc;
     1146        AssertRC(rc2);
    11481147    }
    11491148
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