VirtualBox

Changeset 81315 in vbox


Ignore:
Timestamp:
Oct 17, 2019 1:59:28 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Use RTPathJoinA() in ShClTransferObjOpen().

File:
1 edited

Legend:

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

    r81290 r81315  
    814814                if (RT_SUCCESS(rc))
    815815                {
    816                     pInfo->pszPathLocalAbs = RTStrAPrintf2("%s/%s", pTransfer->pszPathRootAbs, pOpenCreateParms->pszPath);
     816                    pInfo->pszPathLocalAbs = RTPathJoinA(pTransfer->pszPathRootAbs, pOpenCreateParms->pszPath);
    817817                    if (pInfo->pszPathLocalAbs)
    818818                    {
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