mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
- Added new, stubbed, T::validate method for full T validation, one day.
This commit is contained in:
parent
849cb65b0e
commit
2380c8b33a
5 changed files with 38 additions and 24 deletions
|
@ -50,7 +50,7 @@ TDB::~TDB ()
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
void TDB::dataDirectory (const std::string& directory)
|
||||
{
|
||||
if (! access (directory.c_str (), F_OK))
|
||||
if (! access (expandPath (directory).c_str (), F_OK))
|
||||
{
|
||||
mPendingFile = directory + "/pending.data";
|
||||
mCompletedFile = directory + "/completed.data";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue