Changeset 85002 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 30, 2020 9:34:16 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138900
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r84998 r85002 816 816 } 817 817 818 rc = DnDPathSanitize(pszPathAbs, sizeof(pszPathAbs));819 if (RT_FAILURE(rc))820 {821 LogFlowFunc(("Warning: Rebasing current file failed with rc=%Rrc\n", rc));822 break;823 }824 825 LogRel2(("DnD: Absolute file path for guest file on the host is now '%s'\n", pszPathAbs));826 827 818 rc = pObj->Init(DnDURIObject::Type_File, pszPathAbs); 828 819 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.