Further warning fixes
[lttv.git] / lttv / modules / gui / controlflow / drawing.c
index 51f4e37b14f18bb13b397f6557a6aa240af92989..a901e8bb4531a9bf7bfc9e14da51563ae88ec0fa 100644 (file)
@@ -504,7 +504,7 @@ void drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss)
 {
   g_debug("Begin of chunk");
   ControlFlowData *cfd = events_request->viewer_data;
-  LttvTracesetContext *tsc = &tss->parent.parent;
+  LttvTracesetContext *tsc = &tss->parent;
   //LttTime current_time = lttv_traceset_context_get_current_tfc(tsc)->timestamp;
   guint i;
   LttvTraceset *traceset = tsc->ts;
This page took 0.021842 seconds and 4 git commands to generate.