X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Fxpath3.c;h=84311ed631beb97d68394d68143b2f925af3098a;hb=1096988cbba8ece70c1ab3c964a5f1e2b1759773;hp=5238633e8053bd0c6534236b339b6d5ffff3a2d6;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;p=idzebra-moved-to-github.git diff --git a/test/xpath/xpath3.c b/test/xpath/xpath3.c index 5238633..84311ed 100644 --- a/test/xpath/xpath3.c +++ b/test/xpath/xpath3.c @@ -1,5 +1,5 @@ -/* $Id: xpath3.c,v 1.4 2005-01-15 19:38:40 adam Exp $ +/* $Id: xpath3.c,v 1.5 2005-09-13 11:51:11 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -39,7 +39,7 @@ const char *myrec[] = { 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, myrec); #define q(qry,hits) do_query(__LINE__,zh,qry,hits)