* src/autofit/afscript.h: Avoid potential crash.
This commit is contained in:
parent
4fe3b55d0b
commit
79a42ad283
|
@ -1,3 +1,7 @@
|
|||
2015-12-12 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autofit/afscript.h: Avoid potential crash.
|
||||
|
||||
2015-12-10 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[autofit] Restore OpenType feature check.
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
SCRIPT( none, NONE,
|
||||
"no script",
|
||||
HB_SCRIPT_INVALID,
|
||||
NULL )
|
||||
"" )
|
||||
|
||||
/* there are no simple forms for letters; we thus use two digit shapes */
|
||||
SCRIPT( telu, TELU,
|
||||
|
|
Loading…
Reference in New Issue