mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 17:35:10 -04:00
v1.1.0 (#131)
* first release with ISO support (bootmgr ISO only) * fix ISO9660 extraction and error reports
This commit is contained in:
parent
c1a8135d30
commit
7753c017d6
3 changed files with 17 additions and 17 deletions
|
@ -223,7 +223,7 @@ const char* StrError(DWORD error_code)
|
|||
case ERROR_ISO_SCAN:
|
||||
return "ISO image scan failure";
|
||||
case ERROR_ISO_EXTRACT:
|
||||
return "ISO image scan failure";
|
||||
return "ISO image extraction failure";
|
||||
case ERROR_CANT_REMOUNT_VOLUME:
|
||||
return "Unable to remount volume. You may have to use the\n"
|
||||
"mountvol.exe command to make your device accessible again";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue