mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
addendum to 498d581
two more that I missed Change-Id: I48863fb870375328228d2c4caf1ea83931ccc218
This commit is contained in:
parent
498d581ca6
commit
6e06319988
2 changed files with 4 additions and 2 deletions
|
@ -100,7 +100,8 @@ static int initialize_catalog_buf(char* dirbuf, size_t dirbuf_sz)
|
|||
talk_dir_or_spell(dirbuf, NULL, true);
|
||||
talk_force_enqueue_next();
|
||||
}
|
||||
splashf(HZ*2, ID2P(LANG_CATALOG_NO_DIRECTORY), dirbuf);
|
||||
/* (voiced above) */
|
||||
splashf(HZ*2, str(LANG_CATALOG_NO_DIRECTORY), dirbuf);
|
||||
return -1;
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -1872,7 +1872,8 @@ entry_skip_formatter:
|
|||
talk_value(total_count, UNIT_INT, true);
|
||||
}
|
||||
|
||||
splashf(HZ*4, ID2P(LANG_SHOWDIR_BUFFER_FULL), total_count);
|
||||
/* (voiced above) */
|
||||
splashf(HZ*4, str(LANG_SHOWDIR_BUFFER_FULL), total_count);
|
||||
logf("Too small dir buffer");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue