aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-09-04 11:54:47 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-09-04 12:06:07 +0300
commit8d7d78d2577a5785d026b0803b698e90fd79dbbe (patch)
treebf6dd1ffb07339912b4348c54ff55dae88d35e00 /contrib/python/matplotlib
parent01728c8b67aff9291a0f7325e24758922554455d (diff)
downloadydb-8d7d78d2577a5785d026b0803b698e90fd79dbbe.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/matplotlib')
-rw-r--r--contrib/python/matplotlib/py2/src/ft2font.cpp4
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 4b46ec823e..7245ca332a 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