source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Fix the HAVE_MANPATH case, got broken in rev.
@ 2015-04-28 16:14 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-04-28 16:14 UTC (permalink / raw)
  To: source

Log Message:
-----------
Fix the HAVE_MANPATH case, got broken in rev. 1.23.
Patch from Steffen Nurpmeso <sdaoden at yandex dot com>, thanks.

Modified Files:
--------------
    mdocml:
        manpath.c

Revision Data
-------------
Index: manpath.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/manpath.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -Lmanpath.c -Lmanpath.c -u -p -r1.23 -r1.24
--- manpath.c
+++ manpath.c
@@ -78,7 +78,7 @@ manconf_parse(struct manconf *conf, cons
 	if ( ! ferror(stream) && feof(stream) &&
 			bsz && '\n' == buf[bsz - 1]) {
 		buf[bsz - 1] = '\0';
-		manpath_parseline(dirs, buf, 1);
+		manpath_parseline(&conf->manpath, buf, 1);
 	}
 
 	free(buf);
--
 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:[~2015-04-28 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28 16:14 mdocml: Fix the HAVE_MANPATH case, got broken in rev schwarze

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).