=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- mandoc/cgi.c 2011/12/08 00:48:28 1.17 +++ mandoc/cgi.c 2011/12/08 18:39:14 1.18 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.17 2011/12/08 00:48:28 kristaps Exp $ */ +/* $Id: cgi.c,v 1.18 2011/12/08 18:39:14 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -731,7 +731,7 @@ pg_show(const struct manpaths *ps, const struct req *r resp_baddb(); else { strlcpy(file, cache, MAXPATHLEN); - strlcpy(file, "/", MAXPATHLEN); + strlcat(file, "/", MAXPATHLEN); strlcat(file, fn, MAXPATHLEN); if (0 == strcmp(cp, "cat")) catman(file);