Werner Lemberg pushed to branch master at FreeType / FreeType
Commits:
-
45903920
by Werner Lemberg at 2023-09-05T08:09:31+02:00
1 changed file:
Changes:
... | ... | @@ -981,7 +981,7 @@ |
981 | 981 | /* `ref' and `shoot' values of two blue zones must not overlap */
|
982 | 982 | |
983 | 983 | FT_UInt i;
|
984 | - AF_LatinBlue blue_sorted[AF_BLUE_STRINGSET_MAX_LEN + 2];
|
|
984 | + AF_LatinBlue blue_sorted[AF_BLUE_STRINGSET_MAX_LEN];
|
|
985 | 985 | |
986 | 986 | |
987 | 987 | for ( i = 0; i < axis->blue_count; i++ )
|