From 85aac02172cbd4725d669cc68187dc82477a2148 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Tue, 24 Oct 2017 21:48:28 -0600 Subject: [PATCH] Minor performance tweaks --- tinyxml2.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 233243b..6d00922 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -2489,7 +2489,7 @@ void XMLPrinter::PrintString( const char* p, bool restricted ) for( int i=0; i" ); + Putc( '>' ); }