X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaz-ccl.c;h=93832c0ef23fcf147ceee092c42e07ad0e8d246a;hb=de62d4d97943ed7033f48bdbcaf06f67952f86fe;hp=55de4de709495ca614e750c75ac64f722381f65e;hpb=2004bbd9b3bbce5eb8ecc49520255b3d0bf578b9;p=yaz-moved-to-github.git diff --git a/util/yaz-ccl.c b/util/yaz-ccl.c index 55de4de..93832c0 100644 --- a/util/yaz-ccl.c +++ b/util/yaz-ccl.c @@ -1,3 +1,14 @@ +/* + * Copyright (c) 1996, Index Data. + * See the file LICENSE for details. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: yaz-ccl.c,v $ + * Revision 1.8 1996-10-29 13:36:27 adam + * Added header. + * + */ + #include #include #include @@ -92,7 +103,7 @@ static Z_Complex *ccl_rpn_complex (struct ccl_rpn_node *p) zo = xmalloc (sizeof(*zo)); assert (zo); - zc->operator = zo; + zc->roperator = zo; switch (p->kind) { case CCL_RPN_AND: