Apply the change made by 23e46d1 again

Regression by d62d984e2b
This commit is contained in:
Akira TAGOH 2021-12-09 20:28:16 +09:00
parent 92fbf14b0d
commit 3196e1815e
1 changed files with 1 additions and 1 deletions

View File

@ -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;