Always call gripe_reading_mp_config with the required arguments.

PR:		3894
Submitted by:	Stephen Clawson <sclawson@marker.cs.utah.edu>
This commit is contained in:
Steve Price 1997-11-30 01:01:47 +00:00
parent a987686543
commit bab06090f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31453
2 changed files with 4 additions and 4 deletions

View file

@ -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)
/*
@ -258,7 +258,7 @@ get_dirlist ()
}
else
{
gripe_reading_mp_config ();
gripe_reading_mp_config (config_file);
}
dlp++;
}

View file

@ -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++;
}