bugfixing in progress
[lttv.git] / ltt / branches / poly / lttv / lttv / batchtest.c
index c48f9d771226d045b421281deafe94235f3a1693..101cef506e0cc51002bb5d976c86e7d3c8f67176 100644 (file)
@@ -366,14 +366,14 @@ static gboolean process_traceset(void __UNUSED__ *hook_data,
 
   a_event_position = ltt_event_position_new();
 
-  GData *tracefiles_groups;
+  GData **tracefiles_groups;
 
   if(a_dump_tracefiles != NULL) {
     for(i = 0 ; i < lttv_traceset_number(traceset) ; i++) {
       trace = lttv_trace(lttv_traceset_get(traceset, i));
       tracefiles_groups = ltt_trace_get_tracefiles_groups(trace);
 
-      g_datalist_foreach(&tracefiles_groups, 
+      g_datalist_foreach(tracefiles_groups, 
                             (GDataForeachFunc)compute_tracefile_group,
                             compute_tracefile);
       
This page took 0.022566 seconds and 4 git commands to generate.