added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver

VER-2-0-4-PATCH
Just van Rossum 25 years ago
parent 7ba2c674a6
commit 1e5754f2d6
  1. 2
      src/base/ftobjs.c

@ -1227,7 +1227,7 @@
goto Fail;
}
else
{
/* check each font driver for an appropriate format */
FT_Driver* cur = library->drivers;

Loading…
Cancel
Save