X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2Ft11.c;fp=test%2Fapi%2Ft11.c;h=8748ec04cc8a8df33c0d56337ac4feeb986e0995;hp=ab59f202861422bd6b961d44e12562d42b6ec6f5;hb=3d3d0cebd23fa527a7e9d5d728e3c744acb37580;hpb=262720eca99a59a3bfcdc20703aa20b2257bf927 diff --git a/test/api/t11.c b/test/api/t11.c index ab59f20..8748ec0 100644 --- a/test/api/t11.c +++ b/test/api/t11.c @@ -1,4 +1,4 @@ -/* $Id: t11.c,v 1.2 2005-05-02 09:25:12 adam Exp $ +/* $Id: t11.c,v 1.3 2005-09-13 11:51:07 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -32,7 +32,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);