X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=controller.c;h=db85c2338a7832e1730da35c5471a56166bf498a;hp=982bceb6b6468b35080fbd60c9f5b95a422c5635;hb=f6555179b242357f9c75b1f6178537de2001cd98;hpb=5f802ec6473029e89d2db9cbd71cf0ce86a1b653 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. */