diff options
Diffstat (limited to 'src/journal.cc')
-rw-r--r-- | src/journal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal.cc b/src/journal.cc index 3a4ada47..550b4f4c 100644 --- a/src/journal.cc +++ b/src/journal.cc @@ -83,7 +83,7 @@ journal_t::~journal_t() void journal_t::initialize() { master = new account_t; - basket = NULL; + bucket = NULL; was_loaded = false; commodity_pool.reset(new commodity_pool_t); |