X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e6917522a770cf2dba9997ca047977bc55fac061..9a6d835cfe7761f6a85f84233d9d93722efe6ecc:/sbr/readconfig.c diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 30b844a2..5d116893 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -42,7 +42,7 @@ static struct node **opp = NULL; void -readconfig (struct node **npp, FILE *ib, char *file, int ctx) +readconfig (struct node **npp, FILE *ib, const char *file, int ctx) { register int state; register char *cp; @@ -130,7 +130,7 @@ readconfig (struct node **npp, FILE *ib, char *file, int ctx) mhn.defaults can be overridden without triggering warnings. - Note that that mhn.defaults, $MHN, $MHBUILD, $MHSHOW, and + Note that mhn.defaults, $MHN, $MHBUILD, $MHSHOW, and $MHSTORE all put their entries into just one list, m_defs, the same list that the profile uses. */