mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 01:15:12 -04:00
[sl] update to syslinux 4.06
* Also fixes MSVC 64 bit warnings in format.c and iso.c
This commit is contained in:
parent
22800bb8a5
commit
a352ad019d
8 changed files with 34 additions and 19 deletions
|
@ -421,7 +421,7 @@ static BOOL FormatFAT32(DWORD DriveIndex)
|
|||
strncpy((char*)pFAT32BootSect->sOEMName, "MSWIN4.1", 8);
|
||||
pFAT32BootSect->wBytsPerSec = (WORD) BytesPerSect;
|
||||
|
||||
ClusterSize = ComboBox_GetItemData(hClusterSize, ComboBox_GetCurSel(hClusterSize));
|
||||
ClusterSize = (DWORD)ComboBox_GetItemData(hClusterSize, ComboBox_GetCurSel(hClusterSize));
|
||||
SectorsPerCluster = ClusterSize / BytesPerSect;
|
||||
|
||||
pFAT32BootSect->bSecPerClus = (BYTE) SectorsPerCluster ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue