- Added new, stubbed, T::validate method for full T validation, one day.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user