Skip to content

Fix warning about os2->achVendID cannot be NULL

Ben Wagner requested to merge bungeman/fontconfig:fix_freetype_os2_warning into main

FreeType's TT_OS2::achVendID is a FT_Char[4] array and not a pointer, so it does not need to be checked for NULL.

Merge request reports