From 0db06ce7db751b3ef12e0b322644acbeb788e406 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 5 Apr 2007 21:38:27 +0000 Subject: Oops again, use correct variable types for storing file date and time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13039 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/misc.c b/apps/misc.c index f95abb862f..5b008f525c 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -885,8 +885,8 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain) */ void check_bootfile(bool do_rolo) { - static int wrtdate = 0; - static int wrttime = 0; + static unsigned short wrtdate = 0; + static unsigned short wrttime = 0; DIR* dir = NULL; struct dirent* entry = NULL; -- cgit v1.2.3