mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 06:32:34 -05:00
Fix skin engine error message
Change-Id: I2250be6d4e82cd5d91ed1a2c080e263dd7543129
This commit is contained in:
parent
1e7f606647
commit
7c31ff2fb0
1 changed files with 1 additions and 2 deletions
|
|
@ -1889,8 +1889,7 @@ static bool skin_load_fonts(struct wps_data *data)
|
||||||
|
|
||||||
if (font->id < 0)
|
if (font->id < 0)
|
||||||
{
|
{
|
||||||
DEBUGF("Unable to load font %d: '%s.fnt'\n",
|
DEBUGF("Unable to load font %d: '%s'\n", font_id, font->name);
|
||||||
font_id, font->name);
|
|
||||||
font->name = NULL; /* to stop trying to load it again if we fail */
|
font->name = NULL; /* to stop trying to load it again if we fail */
|
||||||
success = false;
|
success = false;
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue