Code Cleanup

- Assorted minor edits.
- Snapshot before E9 work.
This commit is contained in:
Paul Beckingham
2011-07-16 23:58:03 -04:00
parent 1bec1c0934
commit d66729adf3
4 changed files with 21 additions and 23 deletions

View File

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