mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 22:22:33 -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)
|
||||
{
|
||||
DEBUGF("Unable to load font %d: '%s.fnt'\n",
|
||||
font_id, font->name);
|
||||
DEBUGF("Unable to load font %d: '%s'\n", font_id, font->name);
|
||||
font->name = NULL; /* to stop trying to load it again if we fail */
|
||||
success = false;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue