From 812cbad890c5f891a27d6e827969424aa184bf2f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Wed, 4 Oct 2006 09:05:01 +0000 Subject: Fixed find_index returning incorrect entry unless entries are found. Commit all numeric tags at once and set a flag if tracknumber has been guessed. Cleaned up temporary file creation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11122 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 2ceb24d96f..a2bbe73e65 100644 --- a/apps/main.c +++ b/apps/main.c @@ -185,10 +185,10 @@ void init_tagcache(void) { #ifdef HAVE_LCD_BITMAP gui_syncsplash(0, true, "%s [%d/%d]", - str(LANG_TAGCACHE_INIT), ret, TAG_COUNT); + str(LANG_TAGCACHE_INIT), ret, 7); #else lcd_double_height(false); - snprintf(buf, sizeof(buf), " TC [%d/%d]", ret, TAG_COUNT); + snprintf(buf, sizeof(buf), " TC [%d/%d]", ret, 7); lcd_puts(0, 1, buf); #endif clear = true; -- cgit v1.2.3