From b58b99e9aabcbc325e9e8ea9f07937f6852d5840 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 15 Aug 2009 23:33:04 +0000 Subject: [PATCH] Followup to r10822: send the CDATA text to the XML channel, not the text one. Duh. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10825 --- coregrind/m_errormgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_errormgr.c b/coregrind/m_errormgr.c index 3891b5c0b5..19353c68af 100644 --- a/coregrind/m_errormgr.c +++ b/coregrind/m_errormgr.c @@ -415,7 +415,7 @@ static void gen_suppression(Error* err) // itself contains "]]>", as specified in Protocol 4. VG_(printf_xml)(" \n"); VG_(printf_xml)("\n"); VG_(printf_xml)(" \n"); VG_(printf_xml)(" \n"); -- 2.47.3