Merge Print() calls
diff --git a/tinyxml2.cpp b/tinyxml2.cpp
index af8ba5f..7d43e5f 100755
--- a/tinyxml2.cpp
+++ b/tinyxml2.cpp
@@ -2203,9 +2203,7 @@
 

     SealElementIfJustOpened();

     if ( cdata ) {

-        Print( "<![CDATA[" );

-        Print( "%s", text );

-        Print( "]]>" );

+        Print( "<![CDATA[%s]]>", text );

     }

     else {

         PrintString( text, true );