mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[misc] fix various minor issues
* Raise the size of vesamenu.c32 threshold, a per #140 * Fix a missing backslash when checking for autorun.inf * Only set boot flag is requested by the user
This commit is contained in:
parent
8e9777579b
commit
199b9f4869
4 changed files with 8 additions and 8 deletions
|
@ -192,7 +192,7 @@ typedef struct {
|
|||
/* Special handling for old .c32 files we need to replace */
|
||||
#define NB_OLD_C32 2
|
||||
#define OLD_C32_NAMES {"menu.c32", "vesamenu.c32"}
|
||||
#define OLD_C32_THRESHOLD {53500, 145000}
|
||||
#define OLD_C32_THRESHOLD {53500, 148000}
|
||||
#define NEW_C32_URL {RUFUS_URL "/downloads/menu.c32", RUFUS_URL "/downloads/vesamenu.c32"}
|
||||
|
||||
/* ISO details that the application may want */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue