0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-01 19:05:18 +08:00

python binding build with 2.4 version of python fixed

This commit is contained in:
Martin Sustrik 2010-02-11 16:50:40 +01:00
parent 432fbd796b
commit 92d0147b20

View File

@ -465,7 +465,7 @@ PyMODINIT_FUNC initlibpyzmq ()
assert (rc == 0);
PyObject *module = Py_InitModule3 ("libpyzmq", module_methods,
libpyzmq_doc);
(char*) libpyzmq_doc);
if (!module)
return;