diff --git a/tinyxml2.cpp b/tinyxml2.cpp index fde1801..7d7026e 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -2102,12 +2102,18 @@ void XMLPrinter::PrintString( const char* p, bool restricted ) Print( "%.*s", toPrint, p ); p += toPrint; } + bool entityPatternPrinted = false; for( int i=0; i