updated to the new api of Space from pikotools
This commit is contained in:
@@ -566,12 +566,7 @@ void BaseExpression::esc(const PT::Space & space, PT::TextStream & stream)
|
||||
{
|
||||
PT::WTextStream tmp_stream;
|
||||
|
||||
if( space.table.size() > 0 )
|
||||
{
|
||||
tmp_stream.clear();
|
||||
}
|
||||
|
||||
space.Serialize(tmp_stream, true);
|
||||
space.serialize_to_space_stream(tmp_stream, true);
|
||||
esc(tmp_stream, stream);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user