* src/bdf/bdflib.c (bdf_parse_start_): Do not overwrite flags.

This commit is contained in:
Alexei Podtelezhnikov 2025-01-16 23:25:08 +00:00
parent d4631a2eb3
commit e3a3b39dd0
1 changed files with 1 additions and 1 deletions

View File

@ -1759,7 +1759,7 @@
goto Exit;
}
p->flags = BDF_START_;
p->flags |= BDF_START_;
if ( FT_NEW( p->font ) )
goto Exit;