зеркало из https://github.com/stride3d/freetype.git
[bdf] Really fix 35658.
* src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
This commit is contained in:
Родитель
ad05bac605
Коммит
649c673a8f
|
@ -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. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче