VirtualBox

Changeset 79042 in vbox


Ignore:
Timestamp:
Jun 7, 2019 4:06:13 PM (6 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-darwin.cpp

    r79041 r79042  
    202202int VBoxClipboardSvcImplFormatAnnounce(PVBOXCLIPBOARDCLIENTDATA pClientData, uint32_t u32Formats)
    203203{
    204     Log(("vboxClipboardFormatAnnounce u32Formats %02X\n", u32Formats));
     204    LogFlowFunc(("u32Formats=%02X\n", u32Formats));
     205
    205206    if (u32Formats == 0)
    206207    {
    207208        /* This is just an automatism, not a genuine announcement */
    208         return;
    209     }
    210 
    211     vboxSvcClipboardReportMsg(pClientData, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA, u32Formats);
    212 
    213     return VINF_SUCCESS;
     209        return VINF_SUCCESS;
     210    }
     211
     212    return vboxSvcClipboardReportMsg(pClientData, VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA, u32Formats);
    214213}
    215214
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