mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
parent
79a6f8942e
commit
bcca9144b7
5 changed files with 8 additions and 14 deletions
|
@ -280,10 +280,8 @@ BOOL FormatExtFs(DWORD DriveIndex, uint64_t PartitionOffset, DWORD BlockSize, LP
|
|||
uprintf("ext4 file system is not supported, defaulting to ext3");
|
||||
else
|
||||
uprintf("Invalid ext file system version requested, defaulting to ext3");
|
||||
}
|
||||
|
||||
if ((strcmp(FSName, FileSystemLabel[FS_EXT2]) != 0) && (strcmp(FSName, FileSystemLabel[FS_EXT3]) != 0))
|
||||
FSName = FileSystemLabel[FS_EXT3];
|
||||
}
|
||||
|
||||
PrintInfoDebug(0, MSG_222, FSName);
|
||||
UpdateProgressWithInfoInit(NULL, TRUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue