8000 Merge pull request #3853 from jenshnielsen/typeface_bytestring · pytesnim/matplotlib@c7971b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7971b3

Browse files
committed
Merge pull request matplotlib#3853 from jenshnielsen/typeface_bytestring
BUG : typeFace as bytestring in Py3
2 parents ca10a34 + 732f38c commit c7971b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ft2font_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ static PyObject *PyFT2Font_get_sfnt_table(PyFT2Font *self, PyObject *args, PyObj
13111311
case 6: {
13121312
#if PY3K
13131313
char pclt_dict[] =
1314-
"{s:(h,h), s:k, s:H, s:H, s:H, s:H, s:H, s:H, s:s, s:y, s:b, s:b, "
1314+
"{s:(h,h), s:k, s:H, s:H, s:H, s:H, s:H, s:H, s:y, s:y, s:b, s:b, "
13151315
"s:b}";
13161316
#else
13171317
char pclt_dict[] =

0 commit comments

Comments
 (0)
0