From 280639d2bfe552d35a58d3b00113be916e0de329 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 24 Sep 2014 22:59:12 -0700 Subject: Raise argument limit (wordlist array). --- man2html/man2html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2html/man2html.c b/man2html/man2html.c index b2ff5b3..dc5ba99 100644 --- a/man2html/man2html.c +++ b/man2html/man2html.c @@ -1643,7 +1643,7 @@ scan_request(char *c) { int i,j,mode = 0; char *h; - char *wordlist[20]; + char *wordlist[256]; int words; char *sl; STRDEF *owndef; -- cgit v1.2.3