From 0ed8c8dead22297899f95ea80723a6ee54c4fae6 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 16 Jun 2011 13:09:20 +0000 Subject: [PATCH] - Fix copy paste typo svn path=/trunk/; revision=52276 --- reactos/lib/fslib/vfatlib/fat12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/fslib/vfatlib/fat12.c b/reactos/lib/fslib/vfatlib/fat12.c index 4b7ac32ad18..032895a4fab 100644 --- a/reactos/lib/fslib/vfatlib/fat12.c +++ b/reactos/lib/fslib/vfatlib/fat12.c @@ -289,7 +289,7 @@ Fat12Format(IN HANDLE FileHandle, /* Calculate cluster size */ if (ClusterSize == 0) { - if (DiskGeometry.MediaType == FixedMedia) + if (DiskGeometry->MediaType == FixedMedia) { /* 4KB Cluster (Harddisk only) */ ClusterSize = 4096;