mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 04:31:39 +00:00
more verbosity spam fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14066 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ee47972289
commit
484f4b8f1c
@ -60,7 +60,7 @@ int first=1;
|
|||||||
desc=malloc(sizeof(font_desc_t));if(!desc) goto fail_out;
|
desc=malloc(sizeof(font_desc_t));if(!desc) goto fail_out;
|
||||||
memset(desc,0,sizeof(font_desc_t));
|
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;
|
i = strlen (fname) - 9;
|
||||||
if ((dn = malloc(i+1))){
|
if ((dn = malloc(i+1))){
|
||||||
|
Loading…
Reference in New Issue
Block a user