1
0
Fork 0
forked from len0rd/rockbox

add a bit more debug info for skins... show the subimage id in the display image token's debug line

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-09-07 07:51:58 +00:00
parent fe2f042670
commit 8bf50ecf48
2 changed files with 16 additions and 8 deletions

View file

@ -538,7 +538,7 @@ static int parse_image_display(const char *wps_bufptr,
img = find_image(label, wps_data);
if (!img)
{
token->value.i = label; /* do debug works */
token->value.i = label; /* so debug works */
return WPS_ERROR_INVALID_PARAM;
}