Changeset 74574 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
- Timestamp:
- Oct 2, 2018 9:38:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r74544 r74574 1566 1566 AssertReturn(pObj->GetType() == DnDURIObject::Type_Directory, VERR_INVALID_PARAMETER); 1567 1567 1568 RTCString strPath = pObj->GetDestPath ();1568 RTCString strPath = pObj->GetDestPathAbs(); 1569 1569 LogFlowFunc(("strDir=%s (%zu), fMode=0x%x\n", 1570 1570 strPath.c_str(), strPath.length(), pObj->GetMode())); … … 1608 1608 return VERR_NO_MEMORY; 1609 1609 1610 RTCString strPath = pObj->GetDestPath ();1610 RTCString strPath = pObj->GetDestPathAbs(); 1611 1611 1612 1612 LogFlowFunc(("strFile=%s (%zu), cbSize=%RU64, fMode=0x%x\n", strPath.c_str(), strPath.length(),
Note:
See TracChangeset
for help on using the changeset viewer.