mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixed bug that occurred during DEBUG builds
svn path=/trunk/; revision=2530
This commit is contained in:
@@ -107,7 +107,7 @@ BOOL FatOpenVolume(ULONG DriveNumber, ULONG VolumeStartSector)
|
||||
|
||||
DbgPrint((DPRINT_FILESYSTEM, "Dumping boot sector:\n"));
|
||||
|
||||
if (FatFileSystemType == FAT32)
|
||||
if (FatType == FAT32)
|
||||
{
|
||||
DbgPrint((DPRINT_FILESYSTEM, "sizeof(FAT32_BOOTSECTOR) = 0x%x.\n", sizeof(FAT32_BOOTSECTOR)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user