X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Fxpath5.c;fp=test%2Fxpath%2Fxpath5.c;h=0ffc2fd7e919857ae80ecce481b7b586c7f944d4;hb=3d3d0cebd23fa527a7e9d5d728e3c744acb37580;hp=4ca43ab50552bf57c0d75b3c301c4b767b478a2a;hpb=262720eca99a59a3bfcdc20703aa20b2257bf927;p=idzebra-moved-to-github.git diff --git a/test/xpath/xpath5.c b/test/xpath/xpath5.c index 4ca43ab..0ffc2fd 100644 --- a/test/xpath/xpath5.c +++ b/test/xpath/xpath5.c @@ -1,4 +1,4 @@ -/* $Id: xpath5.c,v 1.3 2005-01-15 19:38:40 adam Exp $ +/* $Id: xpath5.c,v 1.4 2005-09-13 11:51:11 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -58,7 +58,7 @@ const char *recs[] = { int main(int argc, char **argv) { ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); init_data(zh, recs); // yaz_log_init_level(LOG_ALL);