Changeset 91718 in vbox for trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
- Timestamp:
- Oct 14, 2021 11:43:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp
r91476 r91718 425 425 else 426 426 hrc = mpParent->setErrorBoth(E_FAIL, vrc, 427 tr("Error writing %zu bytes to '%s' in floppy image '%s': %Rrc"), 427 tr("Error writing %zu bytes to '%s' in floppy image '%s': %Rrc", 428 "", strScript.length()), 428 429 strScript.length(), pEditor->getDefaultFilename(), 429 430 getAuxiliaryFloppyFilePath().c_str()); … … 588 589 else 589 590 hrc = mpParent->setErrorBoth(E_FAIL, vrc, 590 tr("RTVfsFileFromBuffer failed on the %zu byte script '%s' (%Rrc)" ),591 tr("RTVfsFileFromBuffer failed on the %zu byte script '%s' (%Rrc)", "", cchScript), 591 592 cchScript, pszDstFilename, vrc); 592 593 }
Note:
See TracChangeset
for help on using the changeset viewer.