mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
py3: Fix another broken swigism
This commit is contained in:
parent
ccb0391844
commit
7b544736f8
@ -4795,7 +4795,7 @@ SWIGINTERN PyObject *_wrap_chm_retrieve_object(PyObject *self, PyObject *args) {
|
||||
resultobj = SWIG_From_long_SS_long((long long)(result));
|
||||
{
|
||||
PyObject *o;
|
||||
o = PyString_FromStringAndSize((const char*)arg3, arg5);
|
||||
o = PyBytes_FromStringAndSize((const char*)arg3, arg5);
|
||||
resultobj = t_output_helper(resultobj,o);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user