fix iterator in find hook
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 19:08:53 +0000 (19:08 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 19:08:53 +0000 (19:08 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2628 04897980-b3bd-0310-b5e0-8ef037075253

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

index 2c8a33855f0d6427827c567a89a9b1ad23949524..3be1c31ebf45bf8fb6534e5d6abc35e8f7f39518 100644 (file)
@@ -988,7 +988,7 @@ int lttv_trace_find_hook(LttTrace *t, GQuark marker_name,
   do {
     LttvTraceHook tmpth;
     int found;
-    GQuark f;
+    GQuark *f;
 
     marker_id = marker_get_id_from_info(t, info);
 
This page took 0.02449 seconds and 4 git commands to generate.