doh
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 22:43:31 +0000 (22:43 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 22:43:31 +0000 (22:43 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2646 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/tracefile.c

index 6ef5dca88b391408b69faaf79b46428d83c23f78..2254f372b5ed5db6f8eca24a6be70ad13d297401 100644 (file)
@@ -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; i<group->len; i++) {
This page took 0.026175 seconds and 4 git commands to generate.