use ostream_write( CopiedString )
This commit is contained in:
@@ -245,7 +245,7 @@ public:
|
||||
desc = StringRange( data, data + length );
|
||||
}
|
||||
else{ // in case of special symbols, e.g. ", &apos, <, >, &, xml writes in a few steps
|
||||
desc = StringOutputStream()( desc.c_str(), StringRange( data, data + length ) );
|
||||
desc = StringOutputStream()( desc, StringRange( data, data + length ) );
|
||||
}
|
||||
|
||||
return m_comment.write( data, length );
|
||||
|
||||
Reference in New Issue
Block a user