X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fcclqfile.c;fp=ccl%2Fcclqfile.c;h=b4aab41fe3fcf507ed5035fa236479e02bef5665;hp=230492bdff9e9372510f951d589a44d825cdf7df;hb=6f41c38bc479344d4ecd347a607546dc95971efa;hpb=9b24380fadc11b19041f1cde6da2ce02b7bf3572 diff --git a/ccl/cclqfile.c b/ccl/cclqfile.c index 230492b..b4aab41 100644 --- a/ccl/cclqfile.c +++ b/ccl/cclqfile.c @@ -44,7 +44,7 @@ /* CCL qualifiers * Europagate, 1995 * - * $Id: cclqfile.c,v 1.12 2001-11-27 22:38:50 adam Exp $ + * $Id: cclqfile.c,v 1.13 2002-06-06 12:54:24 adam Exp $ * * Old Europagate Log: * @@ -161,7 +161,7 @@ void ccl_qual_field (CCL_bibset bibset, const char *cp, const char *qual_name) pair[pair_no*2+1] = value; if (setp) { - attsets[pair_no] = (char*) malloc (strlen(qual_spec)+1); + attsets[pair_no] = (char*) xmalloc (strlen(qual_spec)+1); strcpy (attsets[pair_no], qual_spec); } else