Changeset 103616 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- Feb 29, 2024 6:37:59 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp
r103615 r103616 2064 2064 int rc = RTStrAAppend(&pszRoots, pszFile); 2065 2065 AssertRCReturn(rc, rc); 2066 rc = RTStrAAppend(&pszRoots, "\r\n");2066 rc = RTStrAAppend(&pszRoots, SHCL_TRANSFER_URI_LIST_SEP_STR); 2067 2067 AssertRCReturn(rc, rc); 2068 2068 rc = ShClTransferRootsInitFromStringList(pTransfer, pszRoots, strlen(pszRoots) + 1 /* Include terminator */);
Note:
See TracChangeset
for help on using the changeset viewer.