source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Local variable initialisation.
@ 2012-01-03 15:17 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2012-01-03 15:17 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-03 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-03 15:17 mdocml: Local variable initialisation kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).