From 39eb8e134f4dc8b5005c88100718b38ed8f706d0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Sat, 12 Feb 2005 12:20:10 +0000 Subject: long policy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5930 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 25b1796988..4ccd7025d5 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -619,7 +619,7 @@ static bool dirbrowse(void) char buf[MAX_PATH]; int i; int lasti=-1; - int button; + unsigned button; int tree_max_on_screen; bool reload_root = false; int lastfilter = *tc.dirfilter; @@ -630,7 +630,7 @@ static bool dirbrowse(void) long thumbnail_time = -1; /* for delaying a thumbnail */ bool update_all = false; /* set this to true when the whole file list has been refreshed on screen */ - int lastbutton = 0; + unsigned lastbutton = 0; char* currdir = tc.currdir; /* just a shortcut */ bool id3db = *tc.dirfilter == SHOW_ID3DB; @@ -689,7 +689,7 @@ static bool dirbrowse(void) #ifndef SIMULATOR if (boot_changed) { bool stop = false; - int button; + unsigned int button; lcd_clear_display(); lcd_puts(0,0,str(LANG_BOOT_CHANGED)); -- cgit v1.2.3