diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-26 16:53:17 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-26 16:53:17 -0400 |
commit | dc922e3f4c442255ba8deb84c9300aa7e3a6108c (patch) | |
tree | 781bb19957361377cbe88381e462d544fbff827d /file.c | |
parent | c11024b3b3532ef7eb80df7d55c8b2fcdc20ce93 (diff) | |
download | gunmake-dc922e3f4c442255ba8deb84c9300aa7e3a6108c.tar.gz |
[SV #38442] Add library names to the string cache.
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |