summaryrefslogtreecommitdiff
path: root/journal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'journal.cc')
-rw-r--r--journal.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/journal.cc b/journal.cc
index 8e99e96b..23cb33cb 100644
--- a/journal.cc
+++ b/journal.cc
@@ -375,6 +375,7 @@ entry_t::entry_t(const entry_t& e)
code(e.code), payee(e.payee)
{
TRACE_CTOR(entry_t, "copy");
+
for (transactions_list::const_iterator i = transactions.begin();
i != transactions.end();
i++)