mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc.
This commit is contained in:
parent
fca22aea9b
commit
ab7c4ff430
@ -841,12 +841,10 @@ ISC_STATUS filter_transliterate_text(USHORT action, BlobControl* control)
|
||||
{
|
||||
if (first)
|
||||
return isc_transliteration_failed;
|
||||
else
|
||||
{
|
||||
// That bytes should be written in the next put or rejected in
|
||||
// close - CORE-2785.
|
||||
break;
|
||||
}
|
||||
|
||||
// Those bytes should be written in the next put or rejected in
|
||||
// close - CORE-2785.
|
||||
break;
|
||||
}
|
||||
|
||||
// hand the text off to the next stage of the filter
|
||||
|
Loading…
Reference in New Issue
Block a user