diff options
-rw-r--r-- | controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.c b/controller.c index 982bceb..db85c23 100644 --- a/controller.c +++ b/controller.c @@ -386,7 +386,7 @@ int srd_run_decoder(uint64_t timeoffset, uint64_t duration, Py_XINCREF(py_instance); if (!(py_res = PyObject_CallMethod(py_instance, "decode", - "KKs#", timeoffset, duration, inbuf, inbuflen))) { + "KKy#", timeoffset, duration, inbuf, inbuflen))) { if (PyErr_Occurred()) PyErr_Print(); /* Returns void. */ |