1
0
Fork 0
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:
Jens Arnold 2007-05-17 06:37:25 +00:00
parent affab26a5f
commit 900ced2c05

View file

@ -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;
}