diff options
-rw-r--r-- | decoder.c | 2 | ||||
-rw-r--r-- | type_decoder.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -298,7 +298,7 @@ static int get_options(struct srd_decoder *d) py_str = PyDict_GetItemString(py_opt, "id"); if (!py_str) { - srd_err("Protocol decoder %s option %zd has no id.", + srd_err("Protocol decoder %s option %zd has no ID.", d->name, opt); goto err_out; } diff --git a/type_decoder.c b/type_decoder.c index 0ac59c9..0d21951 100644 --- a/type_decoder.c +++ b/type_decoder.c @@ -798,7 +798,7 @@ static PyObject *Decoder_wait(PyObject *self, PyObject *args) } else { PyObject_SetAttrString(di->py_inst, "matched", Py_None); } - + py_pinvalues = get_current_pinvalues(di); g_mutex_unlock(&di->data_mutex); |