forked from len0rd/rockbox
make the parser spit out filenames of images it cant load
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24875 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0acb38b61c
commit
6c4b80c67b
1 changed files with 1 additions and 0 deletions
|
|
@ -2014,6 +2014,7 @@ static bool load_skin_bmp(struct wps_data *wps_data, struct bitmap *bitmap, char
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Abort if we can't load an image */
|
/* Abort if we can't load an image */
|
||||||
|
DEBUGF("Couldn't load '%s'\n", img_path);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue