1
0
Fork 0
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:
Jonathan Gordon 2010-11-11 09:57:37 +00:00
parent d0ffa9315f
commit f74a1aab64
2 changed files with 7 additions and 0 deletions

View file

@ -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)