From 9d128d8e2d4e5721b92d36af438e77d90e8a8805 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 27 Oct 2008 17:33:20 +0000 Subject: [PATCH] update noevent git-svn-id: http://ltt.polymtl.ca/svn@3129 04897980-b3bd-0310-b5e0-8ef037075253 --- trunk/lttv/lttv/modules/text/textDump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/lttv/lttv/modules/text/textDump.c b/trunk/lttv/lttv/modules/text/textDump.c index 783cb0e9..ec0c563c 100644 --- a/trunk/lttv/lttv/modules/text/textDump.c +++ b/trunk/lttv/lttv/modules/text/textDump.c @@ -322,7 +322,7 @@ static int write_event_content(void *hook_data, void *call_data) LttvTraceState *ts = (LttvTraceState*)tfc->t_context; LttvProcessState *process = ts->running_process[cpu]; - if (!a_noevent) + if (a_noevent) return FALSE; e = ltt_tracefile_get_event(tfc->tf); -- 2.34.1