py3: Fix another broken swigism

This commit is contained in:
Kovid Goyal 2019-04-01 18:22:24 +05:30
parent ccb0391844
commit 7b544736f8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -4795,7 +4795,7 @@ SWIGINTERN PyObject *_wrap_chm_retrieve_object(PyObject *self, PyObject *args) {
resultobj = SWIG_From_long_SS_long((long long)(result)); resultobj = SWIG_From_long_SS_long((long long)(result));
{ {
PyObject *o; PyObject *o;
o = PyString_FromStringAndSize((const char*)arg3, arg5); o = PyBytes_FromStringAndSize((const char*)arg3, arg5);
resultobj = t_output_helper(resultobj,o); resultobj = t_output_helper(resultobj,o);