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

Correction

This commit is contained in:
asfernandes 2007-10-07 14:23:28 +00:00
parent 285c7c54bd
commit 01fe40a129

View File

@ -1140,7 +1140,7 @@ ULONG UnicodeUtil::Utf16Collation::canonical(ULONG srcLen, const USHORT* src, UL
if (attributes & TEXTTYPE_ATTR_CASE_INSENSITIVE) if (attributes & TEXTTYPE_ATTR_CASE_INSENSITIVE)
{ {
srcLen = utf16UpperCase(srcLen, src, srcLen = utf16UpperCase(srcLen, src,
dstLen, upperStr.getBuffer(srcLen / sizeof(USHORT)), exceptions); srcLen, upperStr.getBuffer(srcLen / sizeof(USHORT)), exceptions);
src = upperStr.begin(); src = upperStr.begin();
} }