Removed (now unneeded) padding from FILE_STRUCT

This commit is contained in:
Michael Chisholm 2006-07-24 08:22:30 +00:00
parent c842ed6453
commit 58996ae0d2

View File

@ -33,6 +33,9 @@
2006-07-17 - Chishm 2006-07-17 - Chishm
* Made all path inputs const char* * Made all path inputs const char*
* Added _FAT_rename_r * Added _FAT_rename_r
2006-07-24 - Chishm
* Removed padding workaround from FILE_STRUCT
*/ */
@ -53,7 +56,6 @@ typedef struct {
} FILE_POSITION; } FILE_POSITION;
typedef struct { typedef struct {
int pad;
u32 filesize; u32 filesize;
u32 startCluster; u32 startCluster;
u32 currentPosition; u32 currentPosition;