summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/bibtex-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex-4.c')
-rw-r--r--Build/source/texk/bibtexu/bibtex-4.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/bibtexu/bibtex-4.c b/Build/source/texk/bibtexu/bibtex-4.c
index 6119dd5542e..3131d287c12 100644
--- a/Build/source/texk/bibtexu/bibtex-4.c
+++ b/Build/source/texk/bibtexu/bibtex-4.c
@@ -1452,7 +1452,7 @@ BEGIN
sp_xptr1 = str_start[pop_lit2 + 1];
if ((sp_xptr1 - sp_ptr) > ENT_STR_SIZE)
BEGIN
- BST_STRING_SIZE_EXCEEDED (ENT_STR_SIZE, "%ld, the entry");
+ BST_STRING_SIZE_EXCEEDED (ENT_STR_SIZE, ", the entry");
sp_xptr1 = sp_ptr + ENT_STR_SIZE;
END
while (sp_ptr < sp_xptr1)
@@ -1518,7 +1518,7 @@ BEGIN
sp_end = str_start[pop_lit2 + 1];
if ((sp_end - sp_ptr) > GLOB_STR_SIZE)
BEGIN
- BST_STRING_SIZE_EXCEEDED (GLOB_STR_SIZE, "%ld, the global");
+ BST_STRING_SIZE_EXCEEDED (GLOB_STR_SIZE, ", the global");
sp_end = sp_ptr + GLOB_STR_SIZE;
END
while (sp_ptr < sp_end)
@@ -2760,6 +2760,7 @@ The same for the length of character UTF-8. 23/sep/2009
END
/*^^^^^^^^^^^^^^^^^^^^^^^^^^ END OF SECTION 445 ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
+ STR_ROOM (sp_brace_level + sp_end - sp_ptr);
if (pop_lit2 >= cmd_str_ptr)
BEGIN
pool_ptr = sp_end;