updated to the new api of Space from pikotools

This commit is contained in:
2021-04-08 17:21:12 +02:00
parent d78aa325d3
commit c85165b442
3 changed files with 5 additions and 10 deletions

View File

@@ -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);
}