VirtualBox

Changeset 7131 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 25, 2008 4:45:08 PM (17 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

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

    r7117 r7131  
    5050}
    5151
    52 int queryPasteboardFormats (PasteboardRef pPasteboard, uint32_t pfFormats)
     52int queryPasteboardFormats (PasteboardRef pPasteboard, uint32_t *pfFormats)
    5353{
    5454    Log (("queryPasteboardFormats\n"));
     
    211211        }
    212212        /* Empty clipboard? Not critical */
    213         if (cwDest == NULL)
     213        if (cwDest == 0)
    214214        {
    215215            Log (("writeToPasteboard: received empty clipboard data from the guest, returning false.\n"));
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