|
From: <sv...@va...> - 2005-08-12 15:27:56
|
Author: sewardj
Date: 2005-08-12 16:27:54 +0100 (Fri, 12 Aug 2005)
New Revision: 4385
Log:
merge fix from r4358 (fix XML printing endianness bug)
Modified:
branches/VALGRIND_3_0_BRANCH/coregrind/m_errormgr.c
Modified: branches/VALGRIND_3_0_BRANCH/coregrind/m_errormgr.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_0_BRANCH/coregrind/m_errormgr.c 2005-08-12 15:23:=
57 UTC (rev 4384)
+++ branches/VALGRIND_3_0_BRANCH/coregrind/m_errormgr.c 2005-08-12 15:27:=
54 UTC (rev 4385)
@@ -799,7 +799,7 @@
continue;
VG_(message)(
Vg_UserMsg, " <pair> <count>%d</count> "
- "<unique>0x%llx</unique> </pair>",
+ "<unique>0x%x</unique> </pair>",
err->count, err->unique
);
}
|