mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Correction
This commit is contained in:
parent
285c7c54bd
commit
01fe40a129
@ -1140,7 +1140,7 @@ ULONG UnicodeUtil::Utf16Collation::canonical(ULONG srcLen, const USHORT* src, UL
|
||||
if (attributes & TEXTTYPE_ATTR_CASE_INSENSITIVE)
|
||||
{
|
||||
srcLen = utf16UpperCase(srcLen, src,
|
||||
dstLen, upperStr.getBuffer(srcLen / sizeof(USHORT)), exceptions);
|
||||
srcLen, upperStr.getBuffer(srcLen / sizeof(USHORT)), exceptions);
|
||||
src = upperStr.begin();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user