mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -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
|
@ -569,7 +569,7 @@ BOOL CreatePartition(HANDLE hDrive, int partition_style, int file_system, BOOL m
|
|||
|
||||
switch (partition_style) {
|
||||
case PARTITION_STYLE_MBR:
|
||||
DriveLayoutEx.PartitionEntry[0].Mbr.BootIndicator = TRUE;
|
||||
DriveLayoutEx.PartitionEntry[0].Mbr.BootIndicator = IsChecked(IDC_BOOT);
|
||||
DriveLayoutEx.PartitionEntry[0].Mbr.HiddenSectors = SelectedDrive.Geometry.SectorsPerTrack;
|
||||
switch (file_system) {
|
||||
case FS_FAT16:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue