From 79ff80db9e75dcc7532fddf069bae0a81b66a5a9 Mon Sep 17 00:00:00 2001 From: hvlad Date: Sat, 30 Apr 2005 11:09:07 +0000 Subject: [PATCH] Correction to previous commit --- src/jrd/validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/validation.cpp b/src/jrd/validation.cpp index e5f6eba38e..40e901cfb1 100644 --- a/src/jrd/validation.cpp +++ b/src/jrd/validation.cpp @@ -621,7 +621,7 @@ enum RTN { rtn_eof }; -static const TEXT msg_table[][64] = { +static const TEXT msg_table[][66] = { "Page %ld wrong type (expected %d encountered %d)", /* 0 */ "Checksum error on page %ld", "Page %ld doubly allocated",