# HG changeset patch # User atlka # Date 1003133814 0 # Node ID b6cd2fea73852caf657fd873ea520af5d68a3a5c # Parent 28901a4122c80552b79321341d045280fe2da37c corrected previous error ;-( diff -r 28901a4122c8 -r b6cd2fea7385 libvo/sub.c --- a/libvo/sub.c Mon Oct 15 06:14:55 2001 +0000 +++ b/libvo/sub.c Mon Oct 15 08:16:54 2001 +0000 @@ -185,6 +185,7 @@ } if (k==MAX_UCS){ len=j; // end here + printf ("\nMAX_UCS exceeded!\n"); } if (!c) c++; // avoid UCS 0 if (c==' '){ @@ -211,7 +212,7 @@ } else if (jmemy){ // out of the screen so end parsing - h -=lasth - vo_font->height; // correct the y position + memy -= lasth - vo_font->height; // correct the y position l=0; break; }