diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-09-05 08:37:19 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-09-05 08:37:19 +0000 |
commit | bb0647a7d93533929a0834c45ffed44bc81866d7 (patch) | |
tree | 0dc31a1fa76b9b38d7cda7023c7ab71123ecc648 /contrib/python/matplotlib/py2 | |
parent | c07ddf8417c28e058874d675003784c39b9cffdd (diff) | |
parent | 0c708029742f34234612e3ff3ffd36fa18aad0f8 (diff) | |
download | ydb-bb0647a7d93533929a0834c45ffed44bc81866d7.tar.gz |
Merge branch 'rightlib' into mergelibs-240905-0836
Diffstat (limited to 'contrib/python/matplotlib/py2')
-rw-r--r-- | contrib/python/matplotlib/py2/src/ft2font.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |