summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-24 18:00:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-24 18:00:22 +0000
commit2256310fae2a2c24e5d062a51b4de574b148c738 (patch)
tree86c8326f77d1a6e08ec4cc53fd836912388bf7bf /Build/source/texk/bibtex8/bibtex.c
parentb43a81e1ba916e7daaf0559ae06791e720533e7e (diff)
bibtex8/bibtexu: reallocate arrays when needed, same as in bibtex
git-svn-id: svn://tug.org/texlive/trunk@17548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.c')
-rw-r--r--Build/source/texk/bibtex8/bibtex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.c b/Build/source/texk/bibtex8/bibtex.c
index ced981fdee4..204083b3888 100644
--- a/Build/source/texk/bibtex8/bibtex.c
+++ b/Build/source/texk/bibtex8/bibtex.c
@@ -404,7 +404,7 @@ Close_Up_Shop_Label:
(long) hash_used, (long) Hash_Size);
TRACE_PR_LN3 (" Strings: %6ld out of %ld",
(long) str_ptr, (long) Max_Strings);
- TRACE_PR_LN3 (" String pool: %6ld out of %ld",
+ TRACE_PR_LN3 (" Free string pool: %6ld out of %ld",
(long) pool_ptr, (long) Pool_Size);
TRACE_PR_LN3 (" Wizard functions: %6ld out of %ld",
(long) wiz_def_ptr, (long) Wiz_Fn_Space);