From 62a2b15ce3fe6af6867c30cfc9c14c01d201a898 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Wed, 11 Dec 2013 23:41:02 +0100 Subject: Easier access to sequences of strings, not just lists. --- decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder.c') diff --git a/decoder.c b/decoder.c index 1b0ed2a..858b56a 100644 --- a/decoder.c +++ b/decoder.c @@ -395,7 +395,7 @@ SRD_API int srd_decoder_load(const char *module_name) goto err_out; } - if (py_strlist_to_char(py_ann, &ann) != SRD_OK) { + if (py_strseq_to_char(py_ann, &ann) != SRD_OK) { goto err_out; } d->annotations = g_slist_append(d->annotations, ann); -- cgit v1.2.3-70-g09d2