From 59c6499373d4a927a750ab07798c5ec064e08535 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 3 Jan 2012 15:17:20 +0000 Subject: Local variable initialisation. --- catman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catman.c') diff --git a/catman.c b/catman.c index e326f814..1d313ea6 100644 --- a/catman.c +++ b/catman.c @@ -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"))) -- cgit v1.2.3-56-ge451