mirror of https://github.com/mpv-player/mpv
Cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19069 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8e9ac90c48
commit
feaf4bf603
|
@ -68,7 +68,7 @@ static char* _select_font(fc_instance_t* priv, const char* family, unsigned bold
|
|||
result = FcPatternGetBool(rpat, FC_OUTLINE, 0, &val_b);
|
||||
if (result != FcResultMatch)
|
||||
return 0;
|
||||
if (val_b != 1)
|
||||
if (val_b != FcTrue)
|
||||
return 0;
|
||||
|
||||
result = FcPatternGetInteger(rpat, FC_INDEX, 0, &val_i);
|
||||
|
|
Loading…
Reference in New Issue