* first release with ISO support (bootmgr ISO only)
* fix ISO9660 extraction and error reports
This commit is contained in:
Pete Batard 2012-02-08 00:26:37 +00:00
parent c1a8135d30
commit 7753c017d6
3 changed files with 17 additions and 17 deletions

View file

@ -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";