mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-12-08 21:17:43 +00:00
Assertion in StrPair::SetStr()
This commit is contained in:
@@ -177,6 +177,7 @@ void StrPair::Reset()
|
||||
|
||||
void StrPair::SetStr( const char* str, int flags )
|
||||
{
|
||||
TIXMLASSERT( str );
|
||||
Reset();
|
||||
size_t len = strlen( str );
|
||||
TIXMLASSERT( _start == 0 );
|
||||
|
||||
Reference in New Issue
Block a user