VirtualBox

Changeset 87641 in vbox


Ignore:
Timestamp:
Feb 8, 2021 3:59:56 PM (4 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Cleaned up guest feature flag handling in VbglR3ClipboardConnectEx() [fix, committed a bit too much]. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp

    r87640 r87641  
    22252225                    {
    22262226                        uint32_t cbRead;
    2227                         rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, fFlags, &cbRead);
     2227                        rc = ShClTransferObjRead(pTransfer, hObj, pvBuf, cbToRead, &cbRead, fFlags);
    22282228                        if (RT_SUCCESS(rc))
    22292229                            rc = VbglR3ClipboardObjWriteSend(pCmdCtx, hObj, pvBuf, cbRead, NULL /* pcbWritten */);
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