mirror of
				https://github.com/AxioDL/tinyxml2.git
				synced 2025-10-27 12:20:25 +00:00 
			
		
		
		
	Merge pull request #308 from Dmitry-Me/mergePrintCalls
Merge Print() calls
This commit is contained in:
		
						commit
						51b33321be
					
				| @ -2206,9 +2206,7 @@ void XMLPrinter::PushText( const char* text, bool cdata ) | ||||
| 
 | ||||
|     SealElementIfJustOpened(); | ||||
|     if ( cdata ) { | ||||
|         Print( "<![CDATA[" ); | ||||
|         Print( "%s", text ); | ||||
|         Print( "]]>" ); | ||||
|         Print( "<![CDATA[%s]]>", text ); | ||||
|     } | ||||
|     else { | ||||
|         PrintString( text, true ); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user