diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-18 23:10:23 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-18 23:11:23 +0200 |
commit | 7708b5f493bf3057af331624d29664ad17a87dbc (patch) | |
tree | be56e078c043b7338938507d048307e851249726 /README | |
parent | 9ff1b81d65c370a938cd9d9c033e04e395f00704 (diff) | |
download | cforum-7708b5f493bf3057af331624d29664ad17a87dbc.tar.gz |
Make nextparam work with non-NUL-terminated data
At least on POST.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |