summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-04-22 07:41:35 +0200
committerWerner Lemberg <wl@gnu.org>2019-04-22 07:44:01 +0200
commitaf400438b7da3f07afadc3a5b3a6b982b2bdb84e (patch)
tree98ab5c1472a21a6a6fc102493a74f9c0e142514f /docs
parentd74106e2333fefbb015ccf2018ece01c01b554fa (diff)
downloadfreetype2-af400438b7da3f07afadc3a5b3a6b982b2bdb84e.tar.gz
Fix return value of `FT_Set_Named_Instance' (#56186).
* src/truetype/ttgxvar.c (TT_Set_Named_Instance): Correctly handle internal return value -1 of `TT_Set_Var_Design'.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 861698174..9f001a9f6 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -15,6 +15,10 @@ CHANGES BETWEEN 2.10.0 and 2.10.1
in version 2.10.0 was partially broken, causing premature abortion
of charmap iteration for many fonts.
+ - If `FT_Set_Named_Instance' was called with the same arguments
+ twice in a row, the function returned an incorrect error code the
+ second time.
+
======================================================================