* src/base/ftobjs.c (ft_open_face_internal): Thinko.

This commit is contained in:
Werner Lemberg 2022-03-19 09:30:45 +01:00
parent 7789f2bb79
commit d014387ad4
1 changed files with 1 additions and 0 deletions

View File

@ -2532,6 +2532,7 @@
face_index &= 0x7FFFFFFFL;
else
{
face_index = -face_index;
face_index &= 0x7FFFFFFFL;
face_index = -face_index;
}