Skip to content

Commit

Permalink
Restore previous behavior without warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-id committed Sep 19, 2024
1 parent 419af4f commit b89e979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cqltransform.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const char *cql_lookup_reverse(cql_transform_t ct,
Z_AttributeElement a_ae = *attributes->attributes[j];
if (!compare_attr(e_ae, &a_ae))
break;
if (a_ae.attributeSet && e_ae->attributeSet &&
if (a_ae.attributeSet &&
!oid_oidcmp(a_ae.attributeSet, yaz_oid_attset_bib_1))
a_ae.attributeSet = 0;
if (!compare_attr(e_ae, &a_ae))
Expand Down

0 comments on commit b89e979

Please sign in to comment.