=================================================================== RCS file: /cvs/mandoc/manpath.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- mandoc/manpath.c 2015/03/27 17:37:25 1.23 +++ mandoc/manpath.c 2015/04/28 16:13:45 1.24 @@ -1,4 +1,4 @@ -/* $Id: manpath.c,v 1.23 2015/03/27 17:37:25 schwarze Exp $ */ +/* $Id: manpath.c,v 1.24 2015/04/28 16:13:45 schwarze Exp $ */ /* * Copyright (c) 2011, 2014, 2015 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -78,7 +78,7 @@ manconf_parse(struct manconf *conf, const char *file, 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);