From fc19445ba011fed5b9568b2621ffe70bd23638c3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Fri, 25 Feb 2005 18:50:16 +0000 Subject: more long policy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6065 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/fat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/fat.h b/firmware/export/fat.h index c9ce080..3bb895c 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]; }; -- cgit v1.1