summaryrefslogtreecommitdiff
path: root/libtest/callbacks-example-contentfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtest/callbacks-example-contentfilter.c')
-rwxr-xr-xlibtest/callbacks-example-contentfilter.c2
1 files changed, 1 insertions, 1 deletions
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;