Changeset 79702 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Jul 11, 2019 7:34:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r79672 r79702 801 801 if (RT_SUCCESS(rc)) 802 802 { 803 rc = SharedClipboardURILTransferSetRoots(pTransfer, papszList, cbList); 803 rc = SharedClipboardURILTransferSetRoots(pTransfer, 804 papszList, cbList + 1 /* Include termination */); 804 805 if (RT_SUCCESS(rc)) 805 806 {
Note:
See TracChangeset
for help on using the changeset viewer.