Modules/FAT - Fixed handling of <FAT32 root directory
[tpg/acess2.git] / KernelLand / Modules / Filesystems / FAT / common.h
index 3983b93..2e9a232 100644 (file)
@@ -43,6 +43,7 @@ struct sFAT_VolInfo
        char    name[12];       //!< Volume Name (With NULL Terminator)
        Uint32  firstDataSect;  //!< First data sector
        Uint32  rootOffset;     //!< Root Offset (clusters)
+       Uint32  RootSector;     //!< Root Offset (sectors)
        Uint32  ClusterCount;   //!< Total Cluster Count
        fat_bootsect    bootsect;       //!< Boot Sector
        tVFS_Node       rootNode;       //!< Root Node

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