X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextDump.c;h=421ff6f3a2ab9be72a277048041775a9f5b974f5;hb=0a06ab49ede668b34dee3ecf5406a4f1d37b6f97;hp=160c938babfbf7c73d3e1596044f2219131efcc3;hpb=4f9ac095f816384c5ea54b6b206ae1b583ca6275;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);