mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-31 05:47:18 +02:00
Code Cleanup
- All objects now use the same convention for naming members. The consistency is a good thing.
This commit is contained in:
parent
fb6dc5058f
commit
dab06f8672
53 changed files with 1347 additions and 1349 deletions
|
@ -410,7 +410,7 @@ int CmdShow::execute (std::string& output)
|
|||
{
|
||||
Directory location (context.config.get ("data.location"));
|
||||
|
||||
if (location.data == "")
|
||||
if (location._data == "")
|
||||
out << STRING_CMD_SHOW_NO_LOCATION << "\n";
|
||||
|
||||
if (! location.exists ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue