Changeset 38446 in vbox
- Timestamp:
- Aug 12, 2011 8:44:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r38437 r38446 1595 1595 { 1596 1596 /* Single file. */ 1597 char *pszDest ;1597 char *pszDestFile; 1598 1598 vrc = ctrlCopyTranslatePath(pContext, pszSourceRoot, pszSource, 1599 Utf8Dest.c_str(), &pszDest );1599 Utf8Dest.c_str(), &pszDestFile); 1600 1600 if (RT_SUCCESS(vrc)) 1601 1601 { 1602 1602 vrc = ctrlCopyFileToTarget(pContext, pszSource, 1603 pszDest , fFlags);1604 RTStrFree(pszDest );1603 pszDestFile, fFlags); 1604 RTStrFree(pszDestFile); 1605 1605 } 1606 1606 else
Note:
See TracChangeset
for help on using the changeset viewer.