Misc code cleanup
[tpg/acess2.git] / KernelLand / Modules / Filesystems / FAT / common.h
index 79513a9..b473bf7 100644 (file)
@@ -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;

UCC git Repository :: git.ucc.asn.au