forked from len0rd/rockbox
Add a bit more debug output to checkwps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28552 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d0ffa9315f
commit
f74a1aab64
2 changed files with 7 additions and 0 deletions
|
@ -296,6 +296,8 @@ void skin_error_format_message()
|
|||
{
|
||||
int i;
|
||||
char text[128];
|
||||
if (!error_line_start)
|
||||
return;
|
||||
char* line_end = strchr(error_line_start, '\n');
|
||||
int len = MIN(line_end - error_line_start, 80);
|
||||
if (!line_end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue