X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FFAT%2Fcommon.h;fp=KernelLand%2FModules%2FFilesystems%2FFAT%2Fcommon.h;h=b473bf73b59ae9e80b828e6098e2eece7ac4c38c;hb=bf62604f78c2d8bc88cac3664e15ed02c6e6d581;hp=79513a9644b80e16966e06b829b889b63f11a882;hpb=cd52bcda41d322aaaf61adeec0edaaecc791c43b;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/FAT/common.h b/KernelLand/Modules/Filesystems/FAT/common.h index 79513a96..b473bf73 100644 --- a/KernelLand/Modules/Filesystems/FAT/common.h +++ b/KernelLand/Modules/Filesystems/FAT/common.h @@ -46,7 +46,7 @@ struct sFAT_VolInfo Uint32 ClusterCount; //!< Total Cluster Count fat_bootsect bootsect; //!< Boot Sector tVFS_Node rootNode; //!< Root Node - int BytesPerCluster; + size_t BytesPerCluster; tMutex lNodeCache; tFAT_CachedNode *NodeCache;