diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-24 18:00:22 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-24 18:00:22 +0000 |
commit | 2256310fae2a2c24e5d062a51b4de574b148c738 (patch) | |
tree | 86c8326f77d1a6e08ec4cc53fd836912388bf7bf /Build/source/texk/bibtexu/bibtex.c | |
parent | b43a81e1ba916e7daaf0559ae06791e720533e7e (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/bibtexu/bibtex.c')
-rw-r--r-- | Build/source/texk/bibtexu/bibtex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/bibtex.c b/Build/source/texk/bibtexu/bibtex.c index 0184451dc34..7fb13f7b358 100644 --- a/Build/source/texk/bibtexu/bibtex.c +++ b/Build/source/texk/bibtexu/bibtex.c @@ -415,7 +415,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); |