Author: sewardj
Date: 2007-11-29 13:04:03 +0000 (Thu, 29 Nov 2007)
New Revision: 7251

Log:
So much for C's "type system" (ha ha).  Correct version of r7250.

Modified:
   trunk/helgrind/hg_main.c


Modified: trunk/helgrind/hg_main.c
===================================================================
--- trunk/helgrind/hg_main.c    2007-11-29 12:53:25 UTC (rev 7250)
+++ trunk/helgrind/hg_main.c    2007-11-29 13:04:03 UTC (rev 7251)
@@ -6241,7 +6241,7 @@
          HG_(deleteBag)( lk->heldBy );
          lk->heldBy = NULL;
          lk->heldW = False;
-         lk->acquired_at = False;
+         lk->acquired_at = NULL;
       }
       tl_assert( !lk->heldBy );
       tl_assert( is_sane_LockN(lk) );


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to