From 2256310fae2a2c24e5d062a51b4de574b148c738 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 24 Mar 2010 18:00:22 +0000 Subject: bibtex8/bibtexu: reallocate arrays when needed, same as in bibtex git-svn-id: svn://tug.org/texlive/trunk@17548 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtexu/bibtex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/bibtexu/bibtex.c') 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); -- cgit v1.2.3