X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=test%2Fmbox%2Fmbox1.c;h=f2d83d5278974d7b15645722ceeef0b770268da3;hb=3d3d0cebd23fa527a7e9d5d728e3c744acb37580;hp=82c7ed8ac883b473703a7bc9f372fdd53bf4caa2;hpb=262720eca99a59a3bfcdc20703aa20b2257bf927;p=idzebra-moved-to-github.git diff --git a/test/mbox/mbox1.c b/test/mbox/mbox1.c index 82c7ed8..f2d83d5 100644 --- a/test/mbox/mbox1.c +++ b/test/mbox/mbox1.c @@ -1,4 +1,4 @@ -/* $Id: mbox1.c,v 1.1 2005-04-28 09:18:20 adam Exp $ +/* $Id: mbox1.c,v 1.2 2005-09-13 11:51:08 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -27,7 +27,7 @@ int main(int argc, char **argv) char path[256]; ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); check_filter(zs, "grs.regx"); zebra_select_database(zh, "Default");