Code Cleanup
- Assorted minor edits. - Snapshot before E9 work.
This commit is contained in:
@@ -446,7 +446,7 @@ void Expression::create_variant (
|
||||
variant = Variant (unquoteText (value));
|
||||
|
||||
else
|
||||
throw std::string ("Unrecognized operand '") + + "'.";
|
||||
throw std::string ("Unrecognized operand '") + type + "'.";
|
||||
|
||||
variant._raw = value;
|
||||
variant._raw_type = type;
|
||||
|
||||
Reference in New Issue
Block a user