[MPlayer-cvslog] CVS: main/libvo font_load.c,1.30,1.31
Richard Felker CVS
syncmail at mplayerhq.hu
Tue Nov 30 03:36:08 CET 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv10376/libvo
Modified Files:
font_load.c
Log Message:
more verbosity spam fixes
Index: font_load.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- font_load.c 8 Nov 2004 00:06:49 -0000 1.30
+++ font_load.c 30 Nov 2004 02:36:05 -0000 1.31
@@ -60,7 +60,7 @@
desc=malloc(sizeof(font_desc_t));if(!desc) goto fail_out;
memset(desc,0,sizeof(font_desc_t));
-f=fopen(fname,"rt");if(!f){ mp_msg(MSGT_OSD, MSGL_ERR, "font: can't open file: %s\n",fname); goto fail_out;}
+f=fopen(fname,"rt");if(!f){ mp_msg(MSGT_OSD, MSGL_V, "font: can't open file: %s\n",fname); goto fail_out;}
i = strlen (fname) - 9;
if ((dn = malloc(i+1))){
More information about the MPlayer-cvslog
mailing list