mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-04 21:18:00 +02:00
[bdf] Really fix 35658.
* src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
This commit is contained in:
parent
ad05bac605
commit
649c673a8f
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2012-03-16 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[bdf] Really fix 35658.
|
||||
|
||||
* src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
|
||||
|
||||
2012-03-14 Yann Droneaud <yann@droneaud.fr>
|
||||
|
||||
[sfnt] Make arrays static like all others.
|
||||
|
|
|
|||
|
|
@ -569,6 +569,7 @@
|
|||
list->field[1] = (char*)empty;
|
||||
list->field[2] = (char*)empty;
|
||||
list->field[3] = (char*)empty;
|
||||
list->field[4] = (char*)empty;
|
||||
}
|
||||
|
||||
/* If the line is empty, then simply return. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue