mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 07:23:04 +01:00
Misc.
This commit is contained in:
parent
e8ff3c3363
commit
a3e030f994
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user