Increased the scroll line buffer to 257
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3fd8a9e651
commit
51da9dfcdb
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
/*** generic code ***/
|
||||
|
||||
struct scrollinfo {
|
||||
char text[128];
|
||||
char text[257];
|
||||
char line[32];
|
||||
int textlen;
|
||||
char offset;
|
||||
|
|
Loading…
Reference in a new issue