mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed bug that occurred during DEBUG builds
svn path=/trunk/; revision=2530
This commit is contained in:
parent
a2760cfdd4
commit
b26dfc9d77
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ BOOL FatOpenVolume(ULONG DriveNumber, ULONG VolumeStartSector)
|
||||||
|
|
||||||
DbgPrint((DPRINT_FILESYSTEM, "Dumping boot sector:\n"));
|
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)));
|
DbgPrint((DPRINT_FILESYSTEM, "sizeof(FAT32_BOOTSECTOR) = 0x%x.\n", sizeof(FAT32_BOOTSECTOR)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue