X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclqual.c;h=2a27ffc7a75a66bc6858199be1071cf95ef8491b;hp=e0761b8eecd5e5374ac784d10f141fdcb9ad8fad;hb=fcdccb3e9a757d41e1bdf6c18c2b3bdb2314ca3f;hpb=4e0757c4ea6d3081ccdd5420d8a80926c858c960 diff --git a/src/cclqual.c b/src/cclqual.c index e0761b8..2a27ffc 100644 --- a/src/cclqual.c +++ b/src/cclqual.c @@ -281,6 +281,7 @@ CCL_bibset ccl_qual_dup(CCL_bibset b) (*attrp)->next = 0; (*attrp)->set = attr->set ? xstrdup(attr->set) : 0; (*attrp)->type = attr->type; + (*attrp)->kind = attr->kind; if (attr->kind == CCL_RPN_ATTR_NUMERIC) (*attrp)->value.numeric = attr->value.numeric; else if (attr->kind == CCL_RPN_ATTR_STRING)