From 5d564d08125526d153928adcf872ed30827de6ed Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 9 May 2013 17:10:06 +0000 Subject: Fixed a bunch of warnings. --- libtest/callbacks-example-contentfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtest/callbacks-example-contentfilter.c') diff --git a/libtest/callbacks-example-contentfilter.c b/libtest/callbacks-example-contentfilter.c index 489f24c..bbd2262 100755 --- a/libtest/callbacks-example-contentfilter.c +++ b/libtest/callbacks-example-contentfilter.c @@ -92,7 +92,7 @@ EXTERNAL_FUNCTION int hts_plug(httrackp *opt, const char* argv) { static int process(t_hts_callbackarg *carg, httrackp *opt, char* html, int len, const char* address, const char* filename) { t_my_userdef *userdef = (t_my_userdef*) CALLBACKARG_USERDEF(carg); - char * const stringfilter = userdef->stringfilter; + /*char * const stringfilter = userdef->stringfilter;*/ char** const stringfilters = userdef->stringfilters; /* */ int i = 0; -- cgit v1.2.3