aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 23:10:23 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 23:11:23 +0200
commit7708b5f493bf3057af331624d29664ad17a87dbc (patch)
treebe56e078c043b7338938507d048307e851249726 /README
parent9ff1b81d65c370a938cd9d9c033e04e395f00704 (diff)
downloadcforum-7708b5f493bf3057af331624d29664ad17a87dbc.tar.gz
Make nextparam work with non-NUL-terminated data
At least on POST.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
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