X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Ftrav.c;fp=index%2Ftrav.c;h=e5d39d7a796f5f2cbae677966592196e20c579dd;hb=8f7cd01d361d4c2ebb375b05c98eb9e82cae4a43;hp=267fedf14bc8060927bb26c898ef26d128bce1a2;hpb=f927fab40f1e3d0d97965f7b02868516b9152ca1;p=idzebra-moved-to-github.git diff --git a/index/trav.c b/index/trav.c index 267fedf..e5d39d7 100644 --- a/index/trav.c +++ b/index/trav.c @@ -1,4 +1,4 @@ -/* $Id: trav.c,v 1.41 2002-09-03 11:44:54 adam Exp $ +/* $Id: trav.c,v 1.42 2003-03-25 19:56:01 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -455,6 +455,9 @@ void repositoryUpdate (ZebraHandle zh) void repositoryDelete (ZebraHandle zh) { - repositoryExtractG (zh, 1, &zh->rGroup); + struct recordGroup *rGroup = &zh->rGroup; + groupRes (zh, rGroup); + assert (rGroup->path); + repositoryExtractG (zh, 1, rGroup); }