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:
Linus Nielsen Feltzing 2002-07-03 19:55:56 +00:00
parent 3fd8a9e651
commit 51da9dfcdb

View file

@ -102,7 +102,7 @@
/*** generic code ***/
struct scrollinfo {
char text[128];
char text[257];
char line[32];
int textlen;
char offset;