forked from len0rd/rockbox
Player: Fix database commit step display on boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13400 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
affab26a5f
commit
900ced2c05
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue