X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft2.c;h=6dacdd0dd1e9d270d6f3df75169b7195d316542f;hb=f19d5a2a00dc48dfda777589fdd4ac21252f5ccc;hp=6f98f18f9a223e7b130f6ba0bfd86310112cfebd;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;p=idzebra-moved-to-github.git diff --git a/test/api/t2.c b/test/api/t2.c index 6f98f18..6dacdd0 100644 --- a/test/api/t2.c +++ b/test/api/t2.c @@ -1,4 +1,4 @@ -/* $Id: t2.c,v 1.16 2005-01-15 19:38:35 adam Exp $ +/* $Id: t2.c,v 1.17 2005-09-13 11:51:07 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -31,7 +31,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); do_query(__LINE__,zh, "@attr 1=4 my", 1);