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

Fixed CORE-1291 : Can't transliterate character set when look at procedure text in database just created from script (and thus in ODS 11.1)

This commit is contained in:
hvlad 2007-05-30 15:28:54 +00:00
parent 045970599b
commit ffdaceab93

View File

@ -876,7 +876,7 @@ ISC_STATUS filter_transliterate_text(USHORT action, BlobControl* control)
USHORT bytes_read_from_source = 0; USHORT bytes_read_from_source = 0;
status = caller(isc_blob_filter_get_segment, status = caller(isc_blob_filter_get_segment,
control, control,
(USHORT) (aux->ctlaux_buffer1_len - length), (USHORT) MIN((aux->ctlaux_buffer1_len - length), control->ctl_buffer_length),
aux->ctlaux_buffer1 + length, aux->ctlaux_buffer1 + length,
&bytes_read_from_source); &bytes_read_from_source);
if (status == isc_segment) /* source has more segment bytes */ if (status == isc_segment) /* source has more segment bytes */