From 2dbbd24bb0229e3e8e280fdf61c8a8ca612e603b Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 27 Nov 2018 02:17:02 +0200 Subject: [PATCH] This should be int It gets assigned a variable that is int. --- libpsautohint/src/charpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpsautohint/src/charpath.c b/libpsautohint/src/charpath.c index 698946a1b..8fc06add0 100644 --- a/libpsautohint/src/charpath.c +++ b/libpsautohint/src/charpath.c @@ -36,7 +36,7 @@ static bool firstMT; static Cd* refPtArray = NULL; static char* outbuff; -static int16_t masterCount; +static int masterCount; static const char** masterNames; static size_t byteCount, buffSize; static PathList* pathlist = NULL;