summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-26 16:53:17 -0400
committerPaul Smith <psmith@gnu.org>2013-05-26 16:53:17 -0400
commit4e3485c1d9e9ecd6db6ad4ae1b90572435acca2c (patch)
tree781bb19957361377cbe88381e462d544fbff827d /file.c
parent74d4cf5630f7028e2a615b8ff140f0b6e6d95ae1 (diff)
downloadmake-4e3485c1d9e9ecd6db6ad4ae1b90572435acca2c.tar.gz
[SV #38442] Add library names to the string cache.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index a2371741..06a2ce5c 100644
--- a/file.c
+++ b/file.c
@@ -1052,7 +1052,7 @@ print_file_data_base (void)
#define VERIFY_CACHED(_p,_n) \
do{\
if (_p->_n && _p->_n[0] && !strcache_iscached (_p->_n)) \
- error (NULL, "%s: Field '%s' not cached: %s\n", _p->name, # _n, _p->_n); \
+ error (NULL, _("%s: Field '%s' not cached: %s"), _p->name, # _n, _p->_n); \
}while(0)
static void