aboutsummaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi.c b/cgi.c
index e71df22..da9455f 100644
--- a/cgi.c
+++ b/cgi.c
@@ -87,7 +87,7 @@ main(void)
print_html_header();
printf("<h1>");
- ns = nimi_sewi();
+ ns = nimi_sewi(6);
printf("%s", ns);
weka_e_nimi_sewi(ns);
printf("</h1>\n");