source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD>
@ 2014-11-27  0:30 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-11-27  0:30 UTC (permalink / raw)
  To: source

Log Message:
-----------
fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD>

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

Revision Data
-------------
Index: manpath.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/manpath.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -Lmanpath.c -Lmanpath.c -u -p -r1.18 -r1.19
--- manpath.c
+++ manpath.c
@@ -80,7 +80,7 @@ manpath_parse(struct manpaths *dirs, con
 	if ( ! ferror(stream) && feof(stream) &&
 			bsz && '\n' == buf[bsz - 1]) {
 		buf[bsz - 1] = '\0';
-		manpath_parseline(dirs, buf);
+		manpath_parseline(dirs, 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:[~2014-11-27  0:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27  0:30 mdocml: fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD> 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).