[Mplayer-cvslog] CVS: main/libvo vo_aa.c,1.29,1.30

Alban Bedel CVS albeu at mplayerhq.hu
Sat Jul 20 16:26:41 CEST 2002


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

Modified Files:
	vo_aa.c 
Log Message:
10L bugs founds by Jindrich Makovicka <makovicki at KMLinux dot fjfi dot cvuti dot cz>


Index: vo_aa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_aa.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- vo_aa.c	23 Jun 2002 13:17:03 -0000	1.29
+++ vo_aa.c	20 Jul 2002 14:26:38 -0000	1.30
@@ -200,7 +200,7 @@
     /* 
      * places the mplayer status osd
      */
-  if (vo_osd_text) {
+  if (vo_osd_text && vo_osd_text[0] != 0) {
     int len;
     if(vo_osd_text[0] < 32) {
       len = strlen(__sub_osd_names_short[vo_osd_text[0]]) + strlen(vo_osd_text+1) + 2;




More information about the MPlayer-cvslog mailing list