mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCalc
- Converted from A3 to A3t.
This commit is contained in:
parent
9a9e07c3fc
commit
464626bcb4
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int CmdCalc::execute (std::string& output)
|
||||||
|
|
||||||
// Compile all the args into one expression.
|
// Compile all the args into one expression.
|
||||||
std::string expression;
|
std::string expression;
|
||||||
std::vector <std::string> words = context.a3.extract_words ();
|
std::vector <std::string> words = context.a3t.getWords ();
|
||||||
std::vector <std::string>::iterator word;
|
std::vector <std::string>::iterator word;
|
||||||
for (word = words.begin (); word != words.end (); ++word)
|
for (word = words.begin (); word != words.end (); ++word)
|
||||||
expression += *word + " ";
|
expression += *word + " ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue