From 8d7d78d2577a5785d026b0803b698e90fd79dbbe Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Wed, 4 Sep 2024 11:54:47 +0300 Subject: Intermediate changes --- contrib/python/matplotlib/py2/src/ft2font.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/python/matplotlib/py2/src') diff --git a/contrib/python/matplotlib/py2/src/ft2font.cpp b/contrib/python/matplotlib/py2/src/ft2font.cpp index 4b46ec823ec..7245ca332ab 100644 --- a/contrib/python/matplotlib/py2/src/ft2font.cpp +++ b/contrib/python/matplotlib/py2/src/ft2font.cpp @@ -182,7 +182,7 @@ int FT2Font::get_path_count() FT_Vector *point; FT_Vector *limit; - char *tags; + unsigned char *tags; int n; // index of contour in outline int first; // index of first point in contour @@ -300,7 +300,7 @@ void FT2Font::get_path(double *outpoints, unsigned char *outcodes) FT_Vector *point; FT_Vector *limit; - char *tags; + unsigned char *tags; int n; // index of contour in outline int first; // index of first point in contour -- cgit v1.3