forked from len0rd/rockbox
Make logf not be a dumb wrapper
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c571d98e7
commit
16ee4160d6
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ bool logfdisplay(void)
|
|||
0
|
||||
#endif
|
||||
:LCD_WIDTH)/w;
|
||||
|
||||
if (columns > MAX_LOGF_ENTRY)
|
||||
columns = MAX_LOGF_ENTRY;
|
||||
|
||||
if(!lines)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue