mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fixed the problem found by Alex
This commit is contained in:
parent
45e3b2cb08
commit
ace97524f2
@ -172,7 +172,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
USHORT len = (*cnvt1->csconvert_fn_convert)(
|
||||
ULONG len = (*cnvt1->csconvert_fn_convert)(
|
||||
cnvt1, srcLen, src, dstLen, dst, &errCode, &errPos);
|
||||
|
||||
if (len == INTL_BAD_STR_LENGTH)
|
||||
|
Loading…
Reference in New Issue
Block a user