diff options
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r-- | firmware/export/fat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h index c9ce0805aa..3bb895cdc8 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h @@ -68,7 +68,7 @@ struct fat_dir { unsigned int entry; unsigned int entrycount; - int sector; + long sector; struct fat_file file; unsigned char sectorcache[3][SECTOR_SIZE]; }; |