Changeset 84650 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 3, 2020 8:28:13 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r84649 r84650 2579 2579 if (itFiles->fFlags & ISOFILE_FLAG_OPTIONAL) 2580 2580 fOptional = true; 2581 rc = copyFileToGuest(pSession, hVfsIso, itFiles->strSource, itFiles->strD st, fOptional);2581 rc = copyFileToGuest(pSession, hVfsIso, itFiles->strSource, itFiles->strDest, fOptional); 2582 2582 if (RT_FAILURE(rc)) 2583 2583 { 2584 2584 hr = setProgressErrorMsg(VBOX_E_IPRT_ERROR, 2585 2585 Utf8StrFmt(GuestSession::tr("Error while copying file \"%s\" to \"%s\" on the guest: %Rrc"), 2586 itFiles->strSource.c_str(), itFiles->strD st.c_str(), rc));2586 itFiles->strSource.c_str(), itFiles->strDest.c_str(), rc)); 2587 2587 break; 2588 2588 }
Note:
See TracChangeset
for help on using the changeset viewer.