URI:
       tvote.c: add attribution for getparam - vote - simple cgi voting system for web and gopher
  HTML git clone git://src.adamsgaard.dk/vote
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 71c26ce31eeddf5ccbc2e56c10281ca742648364
   DIR parent 6219f16f30c819b46112d86893f329f84f1dbb06
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       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(-)
       ---
   DIR diff --git a/vote.c b/vote.c
       t@@ -19,6 +19,7 @@ print_html_foot() {
                        "</html>\n");
        }
        
       +/* from hiltjo posthuma's frontends */
        char *
        getparam(const char *query, const char *s) {
                const char *p, *last = NULL;