X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ffilters%2Ftext.c;h=4880eb3b3e8dd6aa10b791954eb681aafffd6fa6;hb=23c386f2b4511acfdb389adc7f48f15d284c639c;hp=88a53853fbfe0001e713da0e1c5325f750881268;hpb=21ac4591a8f74b9de5030532d18d962bbe72b3d3;p=idzebra-moved-to-github.git diff --git a/test/filters/text.c b/test/filters/text.c index 88a5385..4880eb3 100644 --- a/test/filters/text.c +++ b/test/filters/text.c @@ -1,4 +1,4 @@ -/* $Id: text.c,v 1.1 2005-06-14 20:03:02 adam Exp $ +/* $Id: text.c,v 1.2 2005-09-13 11:51:08 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -25,7 +25,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA int main(int argc, char **argv) { ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); char path[256]; check_filter(zs, "text");