[BugFix] Expression: always add space char before unit when converting to string, fixes #8562
This commit is contained in:
@@ -1578,6 +1578,7 @@ void OperatorExpression::_toString(std::ostream &s, bool persistent,int) const
|
||||
s << " >= ";
|
||||
break;
|
||||
case UNIT:
|
||||
s << " ";
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
|
||||
Reference in New Issue
Block a user