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

Correction

This commit is contained in:
asfernandes 2007-06-28 15:30:10 +00:00
parent e909485307
commit a0ec42d087

View File

@ -7357,7 +7357,8 @@ processing_state ISQL_print_item_blob(FILE* fp,
const int blob_subtype = var->sqlsubtype;
if (blob_subtype == isc_blob_text) {
if (isqlGlob.major_ods < ODS_VERSION11 || isqlGlob.minor_ods == 0)
if (isqlGlob.major_ods < ODS_VERSION11 ||
(isqlGlob.major_ods == ODS_VERSION11 && isqlGlob.minor_ods == 0))
{
// Lookup the remaining descriptor information for the BLOB field,
// most specifically we're interested in the Character Set so