X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_doespec.c;h=d7989b37b18ddfaa25653db68ffeb6f1cc9f6962;hb=2d6f6f8688e1fcd5c607771a4e0008ad2498acd3;hp=066952a8192478b06f92d3904473c84b9caab09d;hpb=96f2ba71b5c9042a90ca94ea84a79cd89a2957d5;p=idzebra-moved-to-github.git diff --git a/data1/d1_doespec.c b/data1/d1_doespec.c index 066952a..d7989b3 100644 --- a/data1/d1_doespec.c +++ b/data1/d1_doespec.c @@ -1,4 +1,4 @@ -/* $Id: d1_doespec.c,v 1.8 2005-02-08 00:36:08 adam Exp $ +/* $Id: d1_doespec.c,v 1.10 2006-07-06 11:40:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -138,7 +138,6 @@ static void match_triple (data1_handle dh, Z_Variant *vreq, } if (remove_flag) { - data1_free_tree (dh, *c); *c = (*c)->next; } else @@ -371,3 +370,11 @@ int data1_doespec1 (data1_handle dh, data1_node *n, Z_Espec1 *e) } return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +