mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +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:
parent
045970599b
commit
ffdaceab93
@ -876,7 +876,7 @@ ISC_STATUS filter_transliterate_text(USHORT action, BlobControl* control)
|
||||
USHORT bytes_read_from_source = 0;
|
||||
status = caller(isc_blob_filter_get_segment,
|
||||
control,
|
||||
(USHORT) (aux->ctlaux_buffer1_len - length),
|
||||
(USHORT) MIN((aux->ctlaux_buffer1_len - length), control->ctl_buffer_length),
|
||||
aux->ctlaux_buffer1 + length,
|
||||
&bytes_read_from_source);
|
||||
if (status == isc_segment) /* source has more segment bytes */
|
||||
|
Loading…
Reference in New Issue
Block a user