X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft5.c;h=3705efe772c04dbd1be27ac80c3f40c4ac0437c4;hb=3d3d0cebd23fa527a7e9d5d728e3c744acb37580;hp=d86095dd06857e560f9a89a2fc516b1b7618c056;hpb=262720eca99a59a3bfcdc20703aa20b2257bf927;p=idzebra-moved-to-github.git diff --git a/test/api/t5.c b/test/api/t5.c index d86095d..3705efe 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -1,4 +1,4 @@ -/* $Id: t5.c,v 1.13 2005-06-23 06:45:47 adam Exp $ +/* $Id: t5.c,v 1.14 2005-09-13 11:51:07 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -33,7 +33,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);