From 7708b5f493bf3057af331624d29664ad17a87dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 18 Sep 2021 23:10:23 +0200 Subject: Make nextparam work with non-NUL-terminated data At least on POST. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 8030d7f..9472b04 100644 --- a/README +++ b/README @@ -9,14 +9,14 @@ It is also rather small: wc -l *.c *.h */*.t */*.lex 101 cforum.c - 223 ctl.c + 222 ctl.c 268 db.c 10 err.c - 113 query.c + 121 query.c 6 ctl.h 40 db.h 0 err.h - 14 query.h + 15 query.h 21 site.h 3 t/err.t 1 t/foot.t @@ -26,4 +26,4 @@ It is also rather small: 28 t/post.t 12 t/user.t 95 mktpl/mktpl.lex - 1012 total + 1020 total -- cgit v1.2.3