=================================================================== RCS file: /cvs/mandoc/catman.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/catman.c 2011/12/25 17:49:52 1.9 +++ mandoc/catman.c 2012/01/03 15:17:20 1.10 @@ -1,4 +1,4 @@ -/* $Id: catman.c,v 1.9 2011/12/25 17:49:52 kristaps Exp $ */ +/* $Id: catman.c,v 1.10 2012/01/03 15:17:20 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -79,7 +79,7 @@ main(int argc, char *argv[]) else ++progname; - aux = base = NULL; + aux = base = conf_file = NULL; xstrlcpy(buf, "/var/www/cache/man.cgi", MAXPATHLEN); while (-1 != (ch = getopt(argc, argv, "C:fm:M:o:v")))