mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FASTFAT]
Addendum to r73709: - Also apply the override to FATX partitions CORE-9988 svn path=/trunk/; revision=73710
This commit is contained in:
@@ -264,7 +264,7 @@ VfatHasFileSystem(
|
||||
Offset.QuadPart = 0;
|
||||
|
||||
/* Try to recognize FATX16/FATX32 partitions (Xbox) */
|
||||
Status = VfatReadDisk(DeviceToMount, &Offset, sizeof(struct _BootSectorFatX), (PUCHAR) BootFatX, FALSE);
|
||||
Status = VfatReadDisk(DeviceToMount, &Offset, sizeof(struct _BootSectorFatX), (PUCHAR) BootFatX, Override);
|
||||
if (NT_SUCCESS(Status))
|
||||
{
|
||||
*RecognizedFS = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user