diff options
author | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-25 18:50:16 +0000 |
---|---|---|
committer | Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com> | 2005-02-25 18:50:16 +0000 |
commit | fc19445ba011fed5b9568b2621ffe70bd23638c3 (patch) | |
tree | a32712007b50ea937c82aa851e4dc191d8326218 /firmware/export/fat.h | |
parent | 5786b384ab3337540ef4d87dce71e91f7237870e (diff) |
more long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6065 a1c6a512-1295-4272-9138-f99709370657
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]; }; |