[bdf] Really fix 35658.

* src/bdf/bdflib.c (_bdf_list_split): Add one more `field' initializer.
This commit is contained in:
Werner Lemberg 2012-03-16 21:12:41 +01:00
parent ad05bac605
commit 649c673a8f
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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. */