=================================================================== RCS file: /cvs/mandoc/catman.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/catman.c 2011/12/08 00:20:52 1.4 +++ mandoc/catman.c 2011/12/12 02:00:49 1.5 @@ -1,4 +1,4 @@ -/* $Id: catman.c,v 1.4 2011/12/08 00:20:52 kristaps Exp $ */ +/* $Id: catman.c,v 1.5 2011/12/12 02:00:49 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -112,7 +112,7 @@ main(int argc, char *argv[]) } memset(&dirs, 0, sizeof(struct manpaths)); - manpath_parse(&dirs, base, aux); + manpath_parse(&dirs, NULL, base, aux); ch = manup(&dirs, buf); manpath_free(&dirs); return(ch ? EXIT_SUCCESS : EXIT_FAILURE);