From 6ee55c14c9979f38ffcdf2925a417bd08bb4011a Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 30 Nov 1997 01:01:47 +0000 Subject: Always call gripe_reading_mp_config with the required arguments. PR: 3894 Submitted by: Stephen Clawson --- gnu/usr.bin/man/manpath/manpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/man/manpath/manpath.c') diff --git a/gnu/usr.bin/man/manpath/manpath.c b/gnu/usr.bin/man/manpath/manpath.c index 294ffaf..2fcbe0b 100644 --- a/gnu/usr.bin/man/manpath/manpath.c +++ b/gnu/usr.bin/man/manpath/manpath.c @@ -135,7 +135,7 @@ manpath (perrs) char *get_manpath (); if (get_dirlist ()) - gripe_reading_mp_config (); + gripe_reading_mp_config (config_file); if ((manpathlist = getenv ("MANPATH")) != NULL) /* @@ -254,7 +254,7 @@ get_dirlist () } else { - gripe_reading_mp_config (); + gripe_reading_mp_config (config_file); } dlp++; } -- cgit v1.1