Changeset 97438 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 7, 2022 6:58:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r97429 r97438 811 811 { 812 812 if (vrc == VERR_GSTCTL_GUEST_ERROR) 813 setProgressErrorMsg(VBOX_E_IPRT_ERROR, tr("Guest file \"%s\"could not be created or replaced"),813 setProgressErrorMsg(VBOX_E_IPRT_ERROR, tr("Guest file could not be created or replaced"), 814 814 GuestErrorInfo(GuestErrorInfo::Type_File, vrcGuest, strDst.c_str())); 815 815 else … … 1689 1689 /* Clean up the final host destination root path (for cleaning up mixed path separators). */ 1690 1690 vrc = GuestPath::Translate(strDstRootAbs, 1691 PATH_STYLE_NATIVE /* Source */, PATH_STYLE_NATIVE /* Dest */ , true /* fForce */);1691 PATH_STYLE_NATIVE /* Source */, PATH_STYLE_NATIVE /* Dest */); 1692 1692 if (RT_FAILURE(vrc)) 1693 1693 {
Note:
See TracChangeset
for help on using the changeset viewer.