[MPlayer-cvslog] CVS: main/libvo vo_pnm.c,1.6,1.7

Ivo van Poorten CVS syncmail at mplayerhq.hu
Mon Feb 28 05:25:28 CET 2005


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv27021

Modified Files:
	vo_pnm.c 
Log Message:

Don't print (stupid) message if output directory is .



Index: vo_pnm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_pnm.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vo_pnm.c	28 Feb 2005 00:26:53 -0000	1.6
+++ vo_pnm.c	28 Feb 2005 04:25:25 -0000	1.7
@@ -227,8 +227,10 @@
                     exit_player(MSGTR_Exit_error);
                 }
                 
+                if (strcmp(buf, ".") != 0) {
                 mp_msg(MSGT_VO, MSGL_INFO, "%s: %s - %s\n", info.short_name,
                         buf, MSGTR_VO_DirExistsAndIsWritable);
+                }
                 break;
 
             default:




More information about the MPlayer-cvslog mailing list