Remove duplicate field in detailed event view
[lttv.git] / lttv / modules / text / textDump.c
index a09c8b79ecb51f8392ed631135bf949b9452225c..c11db5d9965bfc54eef4423c2aa63cea059553ee 100644 (file)
@@ -352,7 +352,7 @@ static int write_event_content(void *hook_data, void *call_data)
 #endif
 
   /* TODO 2012-03-12 Add state info */
-  lttv_event_to_string(event, a_string, !a_no_field_names);
+  lttv_event_to_string(event, a_string, !a_no_field_names, TRUE);
 
 #ifdef BABEL_CLEANUP
   if(a_state) {
This page took 0.023254 seconds and 4 git commands to generate.