X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdicttest.c;h=85cce138c6be58eddc3f7fda14a37157bebb75f5;hb=cd3f39bbae63668b8806ed205132da166e73102f;hp=a21bb268e65818a39f3bc621c9584cc55639bed4;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/dict/dicttest.c b/dict/dicttest.c index a21bb26..85cce13 100644 --- a/dict/dicttest.c +++ b/dict/dicttest.c @@ -1,4 +1,4 @@ -/* $Id: dicttest.c,v 1.27 2002-08-02 19:26:55 adam Exp $ +/* $Id: dicttest.c,v 1.28 2004-01-22 11:27:20 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -160,7 +160,7 @@ int main (int argc, char **argv) logf (LOG_FATAL, "no config and/or dictionary specified"); exit (1); } - my_resource = res_open (config, 0); + my_resource = res_open (config, 0, 0); if (!my_resource) { logf (LOG_FATAL, "cannot open resource `%s'", config);