8
0
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:
robocop 2010-04-07 13:10:27 +00:00
parent f60e99b345
commit 8a1f9d5ecf

View File

@ -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)