diff options
Diffstat (limited to 'contrib/python/matplotlib')
| -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 |
