Documentation:
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index 1b4a1a4c8eec19f8d769c96ca2b3897097314fa6..9502aa0d696da0f8d49dc2dfadcd0158160d25b1 100644 (file)
@@ -340,7 +340,9 @@ static int write_event_content(void *hook_data, void *call_data)
   /*
    * call to the filter if available
    */
-  lttv_filter_tree_parse(a_lttv_filter->head,e,NULL,NULL,NULL);
+  if(!lttv_filter_tree_parse(a_lttv_filter->head,e,tfc->t_context->t,tfc->tf,tfs->process,tfc)) {
+      return FALSE;
+  }
   
   lttv_event_to_string(e, a_string, TRUE, a_field_names, tfs);
   g_string_append_printf(a_string,"\n");  
This page took 0.02444 seconds and 4 git commands to generate.