summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conv.c b/src/conv.c
index 8e97e52e..b81e37ef 100644
--- a/src/conv.c
+++ b/src/conv.c
@@ -624,7 +624,7 @@ osmo_conv_decode(const struct osmo_conv_code *code,
l = osmo_conv_decode_scan(&decoder, input, code->len);
if (code->term == CONV_TERM_FLUSH)
- l = osmo_conv_decode_flush(&decoder, &input[l]);
+ osmo_conv_decode_flush(&decoder, &input[l]);
rv = osmo_conv_decode_get_output(&decoder, output,
code->term == CONV_TERM_FLUSH, /* has_flush */