mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdSync
- Converted from A3 to A3t.
This commit is contained in:
parent
51a735cfba
commit
91485d444e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ int CmdSync::execute (std::string& output)
|
||||||
|
|
||||||
// Loog for the 'init' keyword to indicate one-time pending.data upload.
|
// Loog for the 'init' keyword to indicate one-time pending.data upload.
|
||||||
bool first_time_init = false;
|
bool first_time_init = false;
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue