[Mplayer-cvslog] CVS: main/libvo font_load.c,1.16,1.17
Arpi of Ize
arpi at mplayer.dev.hu
Fri Jul 20 04:03:52 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv25986
Modified Files:
font_load.c
Log Message:
fontpath fixed again...
Index: font_load.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- font_load.c 20 Jul 2001 01:51:01 -0000 1.16
+++ font_load.c 20 Jul 2001 02:03:50 -0000 1.17
@@ -51,7 +51,7 @@
desc=malloc(sizeof(font_desc_t));if(!desc) return NULL;
memset(desc,0,sizeof(font_desc_t));
-desc->fpath="";
+desc->fpath=get_path("font/");
f=fopen(fname,"rt");if(!f){ printf("font: can't open file: %s\n",fname); return NULL;}
More information about the MPlayer-cvslog
mailing list