Commit 3d7acb08 authored by Victor Stinner's avatar Victor Stinner

Issue #12342: Fix compilation on Mac OS X

parent 54540ec9
...@@ -993,7 +993,7 @@ AsObj(PyObject *value) ...@@ -993,7 +993,7 @@ AsObj(PyObject *value)
PyErr_Format(PyExc_ValueError, PyErr_Format(PyExc_ValueError,
"character U+%x is above the range " "character U+%x is above the range "
"(U+0000-U+FFFF) allowed by Tcl", "(U+0000-U+FFFF) allowed by Tcl",
inbuf[i]); ch);
ckfree(FREECAST outbuf); ckfree(FREECAST outbuf);
return NULL; return NULL;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment