Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
ca011128
by Alexei Podtelezhnikov at 2022-01-08T22:28:44-05:00
1 changed file:
Changes:
... | ... | @@ -205,7 +205,6 @@ |
205 | 205 |
|
206 | 206 |
if ( FT_STREAM_READ_FIELDS( table_dir_entry_fields, &table ) )
|
207 | 207 |
{
|
208 |
- nn--;
|
|
209 | 208 |
FT_TRACE2(( "check_table_dir:"
|
210 | 209 |
" can read only %d table%s in font (instead of %d)\n",
|
211 | 210 |
nn, nn == 1 ? "" : "s", sfnt->num_tables ));
|