From 1fe0314280248c8f6d91deaaee26568369774831 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 21 Jun 2011 12:38:27 +0200 Subject: [PATCH 1/1] Another fix for ccl_qual_dup --- src/cclqual.c | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.4