8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Fixed the problem found by Alex

This commit is contained in:
asfernandes 2006-10-23 14:33:35 +00:00
parent 45e3b2cb08
commit ace97524f2

View File

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