X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FFAT%2Ffs_fat.h;h=072e2bf2b1b0d713e894e0a92b427d342435eb20;hb=48c3c3735e3445cb2f182a12be4b24507b4a995a;hp=84eee1d94b6173f480c5cb55bcae588719745b79;hpb=923a9dc473851ec2bb1c94021bbf139724e7e8a5;p=tpg%2Facess2.git diff --git a/Modules/Filesystems/FAT/fs_fat.h b/Modules/Filesystems/FAT/fs_fat.h index 84eee1d9..072e2bf2 100644 --- a/Modules/Filesystems/FAT/fs_fat.h +++ b/Modules/Filesystems/FAT/fs_fat.h @@ -66,7 +66,7 @@ struct fat_filetable_s { Uint8 ctimems; //!< 10ths of a second ranging from 0-199 (2 seconds) Uint16 ctime; //!< Creation Time Uint16 cdate; //!< Creation Date - Uint16 adate; //!< Accessed Data. No Time feild though + Uint16 adate; //!< Accessed Date. No Time feild though Uint16 clusterHi; //!< High Cluster. 0 for FAT12 and FAT16 Uint16 mtime; //!< Last Modified Time Uint16 mdate; //!< Last Modified Date