diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-05-17 06:37:25 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-05-17 06:37:25 +0000 |
| commit | 900ced2c0559f3713186829da62406718206134c (patch) | |
| tree | 8f7cfae09417ad68c8fe72db4c69e65aa1ce4cf2 /apps | |
| parent | affab26a5fd531ace1ce85ab75da89cfc9dcd73f (diff) | |
| download | rockbox-900ced2c0559f3713186829da62406718206134c.zip rockbox-900ced2c0559f3713186829da62406718206134c.tar.gz rockbox-900ced2c0559f3713186829da62406718206134c.tar.bz2 rockbox-900ced2c0559f3713186829da62406718206134c.tar.xz | |
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')
| -rw-r--r-- | apps/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index a349cd2..e515c9d 100644 --- a/apps/main.c +++ b/apps/main.c @@ -225,6 +225,7 @@ static void init_tagcache(void) snprintf(buf, sizeof(buf), " DB [%d/%d]", ret, tagcache_get_max_commit_step()); lcd_puts(0, 1, buf); + lcd_update(); #endif clear = true; } |