X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclqfile.c;h=b4aab41fe3fcf507ed5035fa236479e02bef5665;hb=c63b8160e6b822d640a4e92ca4c3d5fb79828bbc;hp=230492bdff9e9372510f951d589a44d825cdf7df;hpb=cb9bad819f13e44d7af6753bfa1bc8274ca37b9b;p=yaz-moved-to-github.git 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