- Timestamp:
- Apr 11, 2018 10:53:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r71817 r71818 816 816 setProgressErrorMsg(VBOX_E_IPRT_ERROR, 817 817 Utf8StrFmt(GuestSession::tr("Destination file \"%s\" could not be opened: %Rrc"), 818 strDestFinal , rc));818 strDestFinal.c_str(), rc)); 819 819 break; 820 820 } … … 1551 1551 setProgressErrorMsg(VBOX_E_IPRT_ERROR, 1552 1552 Utf8StrFmt(GuestSession::tr("Destination file \"%s\" could not be opened: %Rrc"), 1553 strFileDest , rc));1553 strFileDest.c_str(), rc)); 1554 1554 break; 1555 1555 }
Note:
See TracChangeset
for help on using the changeset viewer.