fontpath fixed again...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1360 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-20 02:03:50 +00:00
parent 2e2057d29e
commit 1bdae59372
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int version=0;
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;}