From 6a79c17c878f43ef685093d4dfd6784d30aefd16 Mon Sep 17 00:00:00 2001 From: Dmitry-Me Date: Tue, 31 Mar 2015 12:18:17 +0300 Subject: [PATCH] Merge Print() calls --- tinyxml2.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tinyxml2.cpp b/tinyxml2.cpp index af8ba5f..7d43e5f 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -2203,9 +2203,7 @@ void XMLPrinter::PushText( const char* text, bool cdata ) SealElementIfJustOpened(); if ( cdata ) { - Print( "" ); + Print( "", text ); } else { PrintString( text, true );