diff options
Diffstat (limited to 'Build/source/texk/kpathsea/cnf.c')
-rw-r--r-- | Build/source/texk/kpathsea/cnf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c index 3ec7e8678e7..91ce92cb785 100644 --- a/Build/source/texk/kpathsea/cnf.c +++ b/Build/source/texk/kpathsea/cnf.c @@ -1,6 +1,6 @@ /* cnf.c: read config files. - Copyright 1994, 1995, 1996, 1997, 2008 Karl Berry. + Copyright 1994, 1995, 1996, 1997, 2008, 2009 Karl Berry. Copyright 1997-2005 Olaf Weber. This library is free software; you can redistribute it and/or @@ -200,7 +200,8 @@ read_all_cnf (kpathsea kpse) } else { string warn = getenv ("KPATHSEA_WARNING"); if (!(warn && STREQ (warn, "0"))) { - WARNING1 ("kpathsea: configuration file texmf.cnf not found in these directories: %s", + WARNING1 + ("kpathsea: configuration file texmf.cnf not found in these directories: %s", cnf_path); } } |