- Fixed bug #642, so that the default 'data.location=~/.task' preserves the
  '~', leading to more portable .taskrc files (thanks to alparo).
This commit is contained in:
Paul Beckingham 2013-02-10 17:59:33 -05:00
parent b6c28ecb7a
commit aca76da3e5
7 changed files with 20 additions and 20 deletions

View file

@ -61,6 +61,7 @@ public:
static std::vector<std::string> glob (const std::string&);
public:
std::string _original;
std::string _data;
};