Changeset 81315 in vbox
- Timestamp:
- Oct 17, 2019 1:59:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp
r81290 r81315 814 814 if (RT_SUCCESS(rc)) 815 815 { 816 pInfo->pszPathLocalAbs = RT StrAPrintf2("%s/%s",pTransfer->pszPathRootAbs, pOpenCreateParms->pszPath);816 pInfo->pszPathLocalAbs = RTPathJoinA(pTransfer->pszPathRootAbs, pOpenCreateParms->pszPath); 817 817 if (pInfo->pszPathLocalAbs) 818 818 {
Note:
See TracChangeset
for help on using the changeset viewer.