mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 14:05:22 -04:00
parent
785150dcb2
commit
000f60c535
4 changed files with 28 additions and 33 deletions
|
@ -197,7 +197,7 @@ static BOOL check_iso_props(const char* psz_dirname, int64_t i_file_length, cons
|
|||
if (safe_stricmp(psz_dirname, install_wim_path) == 0) {
|
||||
for (i=0; i<ARRAYSIZE(install_wim_name); i++)
|
||||
if (safe_stricmp(psz_basename, install_wim_name[i]) == 0)
|
||||
iso_report.has_install_wim |= (1<<i);
|
||||
static_sprintf(iso_report.install_wim_path, "?:\\%s\\%s", &install_wim_path[1], install_wim_name[i]);
|
||||
}
|
||||
|
||||
// Check for PE (XP) specific files in "/i386" or "/minint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue