summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-file.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-11 18:04:02 +0000
committerKarl Berry <karl@freefriends.org>2012-03-11 18:04:02 +0000
commit51b01aa724ddf077c155ec4d2a79ca21e720b537 (patch)
treec7bbefc61fe784e3fb71ec559bab85a1ef3ef6c2 /Build/source/texk/kpathsea/tex-file.c
parentce3a350555a7f3069c2715b37672f0c0d7f709fe (diff)
prepending kpathsea: to warnings
git-svn-id: svn://tug.org/texlive/trunk@25603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.c')
-rw-r--r--Build/source/texk/kpathsea/tex-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 0cb119721bf..77088e1e539 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -1,7 +1,7 @@
/* tex-file.c: high-level file searching by format.
Copyright 1993, 1994, 1995, 1996, 1997, 2007, 2008, 2009, 2010, 2011
- Karl Berry.
+ 2012 Karl Berry.
Copyright 1998-2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -125,7 +125,7 @@ kpathsea_init_fallback_resolutions (kpathsea kpse, string envvar)
s = atoi (size);
if (size_count && s < last_resort_sizes[size_count - 1]) {
- WARNING1 ("kpathsea: last resort size %s not in ascending order, ignored",
+ WARNING1 ("kpathsea: last resort size %s not in ascending order; ignored",
size);
} else {
size_count++;