forked from len0rd/rockbox
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 ***/
|
/*** generic code ***/
|
||||||
|
|
||||||
struct scrollinfo {
|
struct scrollinfo {
|
||||||
char text[128];
|
char text[257];
|
||||||
char line[32];
|
char line[32];
|
||||||
int textlen;
|
int textlen;
|
||||||
char offset;
|
char offset;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue