From 13a02f2ccc602e8d038a0808b052f2bffc3f5408 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 13 Jun 2020 13:19:57 +0000 Subject: bugfix: s6-unquote-filter (thanks W. Lund), prepare for 2.2.2.5 --- src/skaembutils/s6-unquote-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/skaembutils/s6-unquote-filter.c b/src/skaembutils/s6-unquote-filter.c index edf2682..47a085c 100644 --- a/src/skaembutils/s6-unquote-filter.c +++ b/src/skaembutils/s6-unquote-filter.c @@ -46,7 +46,7 @@ static int doit (char const *s, size_t len) } return 1 ; } - if (!memchr(delim, delimlen, *s)) + if (!memchr(delim, *s, delimlen)) { switch (strictness) { -- cgit v1.2.3