Commit 92d0147b authored by Martin Sustrik's avatar Martin Sustrik

python binding build with 2.4 version of python fixed

parent 432fbd79
......@@ -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;
......
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