This is called database for quite a while now...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f3c600bde
commit
2a72a2fb59
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ static void init_tagcache(void)
|
|||
tagcache_get_max_commit_step());
|
||||
#else
|
||||
lcd_double_height(false);
|
||||
snprintf(buf, sizeof(buf), " TC [%d/%d]", ret,
|
||||
snprintf(buf, sizeof(buf), " DB [%d/%d]", ret,
|
||||
tagcache_get_max_commit_step());
|
||||
lcd_puts(0, 1, buf);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue