VirtualBox

Ignore:
Timestamp:
Feb 29, 2024 6:37:59 PM (11 months ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Use SHCL_TRANSFER_URI_LIST_SEP_STR in ShClTransferRootsInitFromFile(). bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp

    r103615 r103616  
    20642064    int rc = RTStrAAppend(&pszRoots, pszFile);
    20652065    AssertRCReturn(rc, rc);
    2066     rc = RTStrAAppend(&pszRoots, "\r\n");
     2066    rc = RTStrAAppend(&pszRoots, SHCL_TRANSFER_URI_LIST_SEP_STR);
    20672067    AssertRCReturn(rc, rc);
    20682068    rc =  ShClTransferRootsInitFromStringList(pTransfer, pszRoots, strlen(pszRoots) + 1 /* Include terminator */);
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