middle bugfix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 7 Sep 2005 20:36:59 +0000 (20:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 7 Sep 2005 20:36:59 +0000 (20:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1151 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/tracecontext.c

index b22f06eb50ed93a4431f119861ed88a0ce987129..ab9b7eaa09689f9134366191601f9c799e298e11 100644 (file)
@@ -772,7 +772,7 @@ guint lttv_process_traceset_middle(LttvTracesetContext *self,
     last_ret = lttv_hooks_call_merge(tfc->event, tfc,
                         lttv_hooks_by_id_get(tfc->event_by_id, id), tfc);
 
-   if(unlikely(read_ret == 2)) {
+   if(unlikely(last_ret == 2)) {
       /* This is a case where we want to stay at this position and stop read. */
            g_tree_insert(pqueue, tfc, tfc);
       return count - 1;
This page took 0.025835 seconds and 4 git commands to generate.