From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id q03FHKjO026886 for ; Tue, 3 Jan 2012 10:17:20 -0500 (EST) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id q03FHKow026933; Tue, 3 Jan 2012 10:17:20 -0500 (EST) Date: Tue, 3 Jan 2012 10:17:20 -0500 (EST) Message-Id: <201201031517.q03FHKow026933@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Local variable initialisation. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Local variable initialisation. Modified Files: -------------- mdocml: catman.c Revision Data ------------- Index: catman.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/catman.c,v retrieving revision 1.9 retrieving revision 1.10 diff -Lcatman.c -Lcatman.c -u -p -r1.9 -r1.10 --- catman.c +++ catman.c @@ -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"))) -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv