X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextDump.c;h=421ff6f3a2ab9be72a277048041775a9f5b974f5;hb=b6ef18af7254dcb81d4385db8f107721f769f7e5;hp=160c938babfbf7c73d3e1596044f2219131efcc3;hpb=6faf92e0d6d8131faf0eeeb44fe07678b36c3a1e;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 160c938b..421ff6f3 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -332,7 +332,7 @@ static int write_event_content(void *hook_data, void *call_data) */ if(filter->head != NULL) if(!lttv_filter_tree_parse(filter->head,e,tfc->tf, - tfc->t_context->t,tfc)) + tfc->t_context->t,tfc,NULL,NULL)) return FALSE; lttv_event_to_string(e, a_string, TRUE, a_field_names, tfs);