Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
95a87208
by Alexei Podtelezhnikov at 2023-08-01T22:48:31-04:00
1 changed file:
Changes:
... | ... | @@ -1747,7 +1747,8 @@ |
1747 | 1747 | FT_Memory memory = library->memory;
|
1748 | 1748 | |
1749 | 1749 | |
1750 | - args.flags = 0;
|
|
1750 | + args.driver = NULL;
|
|
1751 | + args.flags = 0;
|
|
1751 | 1752 | |
1752 | 1753 | if ( driver_name )
|
1753 | 1754 | {
|