X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.c;fp=recctrl%2Frectext.c;h=e984f844f8ce67a42c2ec42d38087586f4e745eb;hb=6eede4f6572f495e9363015b336d9e17662a5368;hp=cf192c487930f1f6466ae6ddfc841655928c8d6c;hpb=38b4afcb715d0416c75e6f6262bdddbb90832954;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.c b/recctrl/rectext.c index cf192c4..e984f84 100644 --- a/recctrl/rectext.c +++ b/recctrl/rectext.c @@ -1,4 +1,4 @@ -/* $Id: rectext.c,v 1.29 2005-06-23 06:45:47 adam Exp $ +/* $Id: rectext.c,v 1.30 2006-04-26 11:12:31 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -39,13 +39,14 @@ static void *filter_init (Res res, RecType recType) return tinfo; } -static void filter_config(void *clientData, Res res, const char *args) +static ZEBRA_RES filter_config(void *clientData, Res res, const char *args) { struct filter_info *tinfo = (struct filter_info*) clientData; xfree(tinfo->sep); tinfo->sep = 0; if (args && *args) tinfo->sep = xstrdup(args); + return ZEBRA_OK; } static void filter_destroy (void *clientData)