[Mplayer-cvslog] CVS: main/libvo sub.c,1.34,1.35

Adam Tla/lka atlka at mplayer.dev.hu
Mon Oct 15 10:17:04 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv23450/libvo

Modified Files:
	sub.c 
Log Message:
corrected previous error ;-(


Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sub.c	15 Oct 2001 06:14:55 -0000	1.34
+++ sub.c	15 Oct 2001 08:16:54 -0000	1.35
@@ -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 (j<len)
 		   continue;
 	      if (h>memy){ // 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;
 	      }




More information about the MPlayer-cvslog mailing list