parent
92fbf14b0d
commit
3196e1815e
|
@ -1701,7 +1701,7 @@ FcFreeTypeQueryFaceInternal (const FT_Face face,
|
|||
len = strlen ((const char *) family);
|
||||
for (i = len; i > 0; i--)
|
||||
{
|
||||
if (!isspace (family[i]))
|
||||
if (!isspace (family[i-1]))
|
||||
break;
|
||||
}
|
||||
family[i] = 0;
|
||||
|
|
Loading…
Reference in New Issue