From 58996ae0d2ecfe707049e2ab36dd0fb6e99cc9dd Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Mon, 24 Jul 2006 08:22:30 +0000 Subject: [PATCH] Removed (now unneeded) padding from FILE_STRUCT --- source/fatfile.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/fatfile.h b/source/fatfile.h index 759568e..ab54b37 100644 --- a/source/fatfile.h +++ b/source/fatfile.h @@ -33,6 +33,9 @@ 2006-07-17 - Chishm * Made all path inputs const char* * Added _FAT_rename_r + + 2006-07-24 - Chishm + * Removed padding workaround from FILE_STRUCT */ @@ -53,7 +56,6 @@ typedef struct { } FILE_POSITION; typedef struct { - int pad; u32 filesize; u32 startCluster; u32 currentPosition;