mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 16:31:14 +00:00
VentoyPlugson: Add Windows duplicate file path check for different upper/lower case.
This commit is contained in:
@@ -638,7 +638,8 @@ int CheckRuntimeEnvironment(char Letter, ventoy_disk *disk)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (_stricmp(FsName, "NTFS") == 0)
|
||||
/* Fix: enable for all file system on Windows */
|
||||
/* if (_stricmp(FsName, "NTFS") == 0) */
|
||||
{
|
||||
disk->pathcase = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user