added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver
This commit is contained in:
parent
7ba2c674a6
commit
1e5754f2d6
|
@ -1227,7 +1227,7 @@
|
|||
|
||||
goto Fail;
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
/* check each font driver for an appropriate format */
|
||||
FT_Driver* cur = library->drivers;
|
||||
|
|
Loading…
Reference in New Issue