diff options
-rw-r--r-- | man2html/man2html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man2html/man2html.c b/man2html/man2html.c index 8a09b8c..8fad356 100644 --- a/man2html/man2html.c +++ b/man2html/man2html.c @@ -2229,6 +2229,7 @@ scan_request(char *c) { case V4('M','2','S','S'): { char *h = NULL, *p; + dl_down(); c=c+j; c = fill_words(c, wordlist, SIZE(wordlist), &words, 0); if (words<3) |