- Fixed DOM bug that was performing the lookup '1.due' by locating task
  1, then attempting a get of the '1.due' attribute, instead of just 'due'.
This commit is contained in:
Paul Beckingham 2011-10-16 23:33:06 -04:00
parent 330cc0218b
commit bc12ac1ee6
2 changed files with 8 additions and 25 deletions

View file

@ -159,7 +159,7 @@ void E9::eval (const Task& task, std::vector <Arg>& value_stack)
value_stack.push_back (result);
}
// Operand.
// Operand (non-op).
else
{
// Derive _value from _raw, and push on the stack.