mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 08:03:03 +01:00
Misc: be consistent with evl.cpp:205 and exe.cpp:952.
This commit is contained in:
parent
f60e99b345
commit
8a1f9d5ecf
@ -924,8 +924,8 @@ void EXE_send(thread_db* tdbb, jrd_req* request, USHORT msg, USHORT length, cons
|
||||
// ASF: I'll not test for dtype_cstring because usage is only internal
|
||||
if (desc->dsc_dtype == dtype_text || desc->dsc_dtype == dtype_varying)
|
||||
{
|
||||
const UCHAR* p = request->getImpure<UCHAR>(message->nod_impure) +
|
||||
(ULONG)(IPTR) desc->dsc_address;
|
||||
const UCHAR* p = request->getImpure<UCHAR>(message->nod_impure +
|
||||
(ULONG)(IPTR) desc->dsc_address);
|
||||
USHORT len;
|
||||
|
||||
switch (desc->dsc_dtype)
|
||||
|
Loading…
Reference in New Issue
Block a user