From b44ba97281f136261fc3a81097cd9bc3d698468d Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 10 Oct 2007 22:43:31 +0000 Subject: [PATCH] doh git-svn-id: http://ltt.polymtl.ca/svn@2646 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/tracefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index 6ef5dca8..2254f372 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -1231,7 +1231,7 @@ LttTrace *ltt_trace_open(const gchar *pathname) t->num_cpu = group->len; ret = allocate_marker_data(t); - if (!ret) + if (ret) g_error("Error in allocating marker data"); for(i=0; ilen; i++) { -- 2.34.1