mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix copy paste typo
svn path=/trunk/; revision=52276
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user