From: Julian Seward Date: Sat, 15 Aug 2009 23:33:04 +0000 (+0000) Subject: Followup to r10822: send the CDATA text to the XML channel, not the X-Git-Tag: svn/VALGRIND_3_5_0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b58b99e9aabcbc325e9e8ea9f07937f6852d5840;p=thirdparty%2Fvalgrind.git 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 --- 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");