From 752d3dc273421baff597746612de845e019dbed3 Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 11 Sep 2024 16:01:52 +0000 Subject: [PATCH] fix underline git-svn-id: file:///raid/svn-personal/keine/trunk@12 a3977ea8-0dc0-2842-9144-a1a46b47fd40 --- CGI/man.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/CGI/man.c b/CGI/man.c index cbf00db..474ed55 100644 --- a/CGI/man.c +++ b/CGI/man.c @@ -146,9 +146,6 @@ char* kn_manpage_process(const char* path) { tmp = b; b = kn_strcat(b, HTML(cbuf)); free(tmp); - tmp = b; - b = kn_strcat(b, ""); - free(tmp); } old = 0; }