X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fapitest.c;h=0248f727474faf3aa59df4cdb848082fb1bd667b;hb=05f87dcf55976c4ce82fdea867f00b16d4d8ee09;hp=cd88853ae4531384158b87e4343df9e12c1e9d68;hpb=a9e90f22d2cefbafc9d490a03a3bc7d1b75d57ee;p=idzebra-moved-to-github.git diff --git a/index/apitest.c b/index/apitest.c index cd88853..0248f72 100644 --- a/index/apitest.c +++ b/index/apitest.c @@ -1,4 +1,4 @@ -/* $Id: apitest.c,v 1.22 2005-03-09 12:14:42 adam Exp $ +/* $Id: apitest.c,v 1.23 2005-09-13 11:51:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -146,7 +146,7 @@ int main (int argc, char **argv) exit (1); } /* open Zebra */ - zh = zebra_open (zs); + zh = zebra_open (zs, 0); if (!zh) { printf ("zebras_open failed\n");