summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-05-17 06:37:25 +0000
committerJens Arnold <amiconn@rockbox.org>2007-05-17 06:37:25 +0000
commit900ced2c0559f3713186829da62406718206134c (patch)
tree8f7cfae09417ad68c8fe72db4c69e65aa1ce4cf2 /apps/main.c
parentaffab26a5fd531ace1ce85ab75da89cfc9dcd73f (diff)
downloadrockbox-900ced2c0559f3713186829da62406718206134c.tar.gz
rockbox-900ced2c0559f3713186829da62406718206134c.zip
Player: Fix database commit step display on boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13400 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index a349cd22b6..e515c9ddd2 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -225,6 +225,7 @@ static void init_tagcache(void)
225 snprintf(buf, sizeof(buf), " DB [%d/%d]", ret, 225 snprintf(buf, sizeof(buf), " DB [%d/%d]", ret,
226 tagcache_get_max_commit_step()); 226 tagcache_get_max_commit_step());
227 lcd_puts(0, 1, buf); 227 lcd_puts(0, 1, buf);
228 lcd_update();
228#endif 229#endif
229 clear = true; 230 clear = true;
230 } 231 }