mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Removed coercion
This commit is contained in:
parent
78ff8b2919
commit
859a71c157
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void Rules::load (const std::string& file, int nest /* = 1 */)
|
|||
if (nest == 1)
|
||||
{
|
||||
// This is where defaults would be set.
|
||||
_original_file = File (file);
|
||||
_original_file = File (file)._data;
|
||||
}
|
||||
|
||||
// Read the file, then parse the contents.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue