mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Spelling (en-US): initializing
This commit is contained in:
parent
e99ae9717c
commit
4ff709746e
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ static BOOL FormatFAT32(DWORD DriveIndex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
uprintf ("Initialising reserved sectors and FATs...\n");
|
uprintf ("Initializing reserved sectors and FATs...\n");
|
||||||
// Now we should write the boot sector and fsinfo twice, once at 0 and once at the backup boot sect position
|
// Now we should write the boot sector and fsinfo twice, once at 0 and once at the backup boot sect position
|
||||||
for (i=0; i<2; i++) {
|
for (i=0; i<2; i++) {
|
||||||
int SectorStart = (i==0) ? 0 : BackupBootSect;
|
int SectorStart = (i==0) ? 0 : BackupBootSect;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue