summaryrefslogtreecommitdiff
path: root/src/sfnt/ttcmap.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-07-05 23:07:01 +0200
committerWerner Lemberg <wl@gnu.org>2017-07-05 23:07:01 +0200
commitcf8d9b4ce3fa2c6cd9ccb25585bc17a355c987b0 (patch)
treeb5490fc84ec15793874d0525b96066a469cee98e /src/sfnt/ttcmap.c
parent4261e497d85b4c99613d48cfe20a1cb3d2efcbdd (diff)
downloadfreetype2-cf8d9b4ce3fa2c6cd9ccb25585bc17a355c987b0.tar.gz
* src/sfnt/ttcmap.c (tt_cmap_unicode_class_rec): Fix warning.
Diffstat (limited to 'src/sfnt/ttcmap.c')
-rw-r--r--src/sfnt/ttcmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/ttcmap.c b/src/sfnt/ttcmap.c
index ec583d122..ef03e0442 100644
--- a/src/sfnt/ttcmap.c
+++ b/src/sfnt/ttcmap.c
@@ -3719,7 +3719,7 @@
(FT_CMap_CharVariantListFunc) NULL, /* charvariant_list */
(FT_CMap_VariantCharListFunc) NULL, /* variantchar_list */
- -1,
+ ~0U,
(TT_CMap_ValidateFunc)NULL, /* validate */
(TT_CMap_Info_GetFunc)NULL /* get_cmap_info */
)