8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
robocop 2009-12-04 07:57:35 +00:00
parent fca22aea9b
commit ab7c4ff430

View File

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