Changeset 7131 in vbox for trunk/src/VBox
- Timestamp:
- Feb 25, 2008 4:45:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp
r7117 r7131 50 50 } 51 51 52 int queryPasteboardFormats (PasteboardRef pPasteboard, uint32_t pfFormats)52 int queryPasteboardFormats (PasteboardRef pPasteboard, uint32_t *pfFormats) 53 53 { 54 54 Log (("queryPasteboardFormats\n")); … … 211 211 } 212 212 /* Empty clipboard? Not critical */ 213 if (cwDest == NULL)213 if (cwDest == 0) 214 214 { 215 215 Log (("writeToPasteboard: received empty clipboard data from the guest, returning false.\n"));
Note:
See TracChangeset
for help on using the changeset viewer.