mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 18:09:17 +01:00
Removed (now unneeded) padding from FILE_STRUCT
This commit is contained in:
parent
c842ed6453
commit
58996ae0d2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user