mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 08:34:27 -04:00
[syslinux] fix a typo that reintroduced a possible crash
*a10a207790
reintroduced the crash that was fixed inad68ccfac9
due to the missing semicolon. * Also fix a minor output message issue * Closes #752
This commit is contained in:
parent
0abd745a87
commit
1a24e5bbd7
5 changed files with 10 additions and 8 deletions
|
@ -263,7 +263,8 @@ BOOL InstallSyslinux(DWORD drive_index, char drive_letter, int fs_type)
|
|||
|
||||
/* Patch ldlinux.sys and the boot sector */
|
||||
if (syslinux_patch(sectors, nsectors, 0, 0, NULL, NULL) < 0) {
|
||||
uprintf("Could not patch Syslinux files");
|
||||
uprintf("Could not patch Syslinux files.");
|
||||
uprintf("WARNING: This could be caused by your firewall having modifed downloaded content, such as 'ldlinux.sys'...");
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue