X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fapi%2Fxpath2.c;h=2bcde1e9c62941cb1fef87ee8cb62af480517d95;hb=34c9e6d1eb1fdb87872d35538106b15e613cdd3d;hp=f6409d96c73cea29ea8b6ad4325518bf44a7167a;hpb=ae8b5430a1c36e6b53abd04577757b58c8e5cd65;p=idzebra-moved-to-github.git diff --git a/test/api/xpath2.c b/test/api/xpath2.c index f6409d9..2bcde1e 100644 --- a/test/api/xpath2.c +++ b/test/api/xpath2.c @@ -1,5 +1,5 @@ -/* $Id: xpath2.c,v 1.1 2004-10-29 14:16:22 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 +/* $Id: xpath2.c,v 1.2 2004-12-02 11:28:20 adam Exp $ + Copyright (C) 2003,2004 Index Data Aps This file is part of the Zebra server. @@ -74,7 +74,7 @@ int main(int argc, char **argv) { ZebraService zs = start_up("zebraxpath.cfg", argc, argv); ZebraHandle zh = zebra_open (zs); - init_data(zh,myrec); + init_data(zh, myrec); do_query(__LINE__,zh, "@attr 1=/Zthes/termName Sauropoda", 1); do_query(__LINE__,zh, "@attr 1=/Zthes/relation/termName Sauropoda",1);