From 876b4889ac184bbdf260a0610d1772ff36e7b844 Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 7 Sep 2005 20:36:59 +0000 Subject: [PATCH] middle bugfix git-svn-id: http://ltt.polymtl.ca/svn@1151 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/tracecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.c b/ltt/branches/poly/lttv/lttv/tracecontext.c index b22f06eb..ab9b7eaa 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.c +++ b/ltt/branches/poly/lttv/lttv/tracecontext.c @@ -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; -- 2.34.1