X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fxpath%2Fxpath2.c;h=1d8e40f1dafc6517a55508c24452758e13e7180c;hp=394c117b08c8a373dcea01e7b8fe99d2f9c439a2;hb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;hpb=a34c87ac6c08ec62534e4068a5bd1fac93df8abe diff --git a/test/xpath/xpath2.c b/test/xpath/xpath2.c index 394c117..1d8e40f 100644 --- a/test/xpath/xpath2.c +++ b/test/xpath/xpath2.c @@ -1,6 +1,6 @@ -/* $Id: xpath2.c,v 1.1 2004-12-02 14:05:04 adam Exp $ - Copyright (C) 2003,2004 - Index Data Aps +/* $Id: xpath2.c,v 1.3 2005-01-15 19:38:40 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -71,7 +71,7 @@ const char *myrec[] = { int main(int argc, char **argv) { - ZebraService zs = start_up("zebraxpath.cfg", argc, argv); + ZebraService zs = start_up(0, argc, argv); ZebraHandle zh = zebra_open (zs); init_data(zh, myrec);