VirtualBox

Ignore:
Timestamp:
Sep 18, 2019 11:27:18 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: More renaming, fixed some assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r80866 r80886  
    801801                                   if (RT_SUCCESS(rc))
    802802                                   {
    803                                        rc = SharedClipboardTransferLTransferSetRoots(pTransfer,
    804                                                                                      papszList, cbList + 1 /* Include termination */);
     803                                       rc = SharedClipboardTransferSetRoots(pTransfer,
     804                                                                            papszList, cbList + 1 /* Include termination */);
    805805                                       if (RT_SUCCESS(rc))
    806806                                       {
     
    910910                               if (RT_SUCCESS(rc))
    911911                               {
    912                                    rc = SharedClipboardTransferLTransferSetRoots(pTransfer,
    913                                                                                  papszList, cbList + 1 /* Include termination */);
     912                                   rc = SharedClipboardTransferSetRoots(pTransfer,
     913                                                                        papszList, cbList + 1 /* Include termination */);
    914914                                   if (RT_SUCCESS(rc))
    915915                                   {
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