Issue #12342: Fix compilation on Mac OS X
This commit is contained in:
parent
54540ec917
commit
3d7acb08c4
|
@ -993,7 +993,7 @@ AsObj(PyObject *value)
|
|||
PyErr_Format(PyExc_ValueError,
|
||||
"character U+%x is above the range "
|
||||
"(U+0000-U+FFFF) allowed by Tcl",
|
||||
inbuf[i]);
|
||||
ch);
|
||||
ckfree(FREECAST outbuf);
|
||||
return NULL;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue