8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00
This commit is contained in:
robocop 2011-09-11 05:23:47 +00:00
parent e8ff3c3363
commit a3e030f994

View File

@ -4714,7 +4714,7 @@ static void par_messages(thread_db* tdbb, const UCHAR* const blr, USHORT blrLeng
Format* format = Format::newFormat(*tdbb->getDefaultPool(), count);
USHORT padField;
bool shouldPad = csb->csb_message_pad.get(msgNumber, padField);
const bool shouldPad = csb->csb_message_pad.get(msgNumber, padField);
USHORT maxAlignment = 0;
ULONG offset = 0;