summaryrefslogtreecommitdiff
path: root/emacs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.cc')
-rw-r--r--emacs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.cc b/emacs.cc
index 1a6b02a0..a7d517f7 100644
--- a/emacs.cc
+++ b/emacs.cc
@@ -47,7 +47,7 @@ void format_emacs_transactions::operator()(transaction_t& xact)
out << "\n";
}
- out << " (\"" << xact.account->fullname() << "\" \""
+ out << " (\"" << xact_account(xact)->fullname() << "\" \""
<< xact.amount << "\"";
switch (xact.state) {