From: Julian Seward Date: Tue, 9 Aug 2005 21:50:18 +0000 (+0000) Subject: When printing error counts, print the in the same way that X-Git-Tag: svn/VALGRIND_3_1_0~647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed702a8db466c0360d665af22bcd87c13ef78d28;p=thirdparty%2Fvalgrind.git When printing error counts, print the in the same way that it is in the error itself. Otherwise it's totally useless :-) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4355 --- diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index 50e1ab23de..c8b3669dd1 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -800,7 +800,7 @@ void VG_(show_error_counts_as_XML) ( void ) VG_(message)( Vg_UserMsg, " %d " "0x%llx ", - err->count, Ptr_to_ULong(err) + err->count, err->unique ); } VG_(message)(Vg_UserMsg, "");