X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Fxpath4.c;h=7b506564119563f774985d57803ab1f18dc11e42;hb=38bd819ed5b2c30a9bc302412d04f9cb8d345f02;hp=b3d56ab46cc203cd3a45f38db0012bc05ae23455;hpb=cf7ec53452a6180dad6592df0458ac56a3b7963b;p=idzebra-moved-to-github.git diff --git a/test/xpath/xpath4.c b/test/xpath/xpath4.c index b3d56ab..7b50656 100644 --- a/test/xpath/xpath4.c +++ b/test/xpath/xpath4.c @@ -1,6 +1,6 @@ -/* $Id: xpath4.c,v 1.2 2004-12-15 13:07:07 adam Exp $ - Copyright (C) 2003,2004 - Index Data Aps +/* $Id: xpath4.c,v 1.4 2005-09-13 11:51:11 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -86,7 +86,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); #if 0 yaz_log_init_level( yaz_log_mask_str_x("xpath4,rsbetween", LOG_DEFAULT_LEVEL));