tvote.c: add attribution for getparam - vote - simple cgi voting system for web and gopher
git clone git://src.adamsgaard.dk/vote
Log
Files
Refs
README
LICENSE
---
commit 71c26ce31eeddf5ccbc2e56c10281ca742648364
parent 6219f16f30c819b46112d86893f329f84f1dbb06
Author: Anders Damsgaard 
Date:   Sun, 27 Sep 2020 00:06:02 +0200

vote.c: add attribution for getparam

Diffstat:
  M vote.c                              |       1 +

1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/vote.c b/vote.c
t@@ -19,6 +19,7 @@ print_html_foot() {
                 "\n");
 }
 
+/* from hiltjo posthuma's frontends */
 char *
 getparam(const char *query, const char *s) {
         const char *p, *last = NULL;