From e1d0dbf220a5301f6125a1548a380492ad488515 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Nov 2005 07:11:22 +0000 Subject: Restructed the code that it can build and be used as a shared library. The command-line version is still statically bound in the build process by default (for the sake of speed). --- emacs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.cc') 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) { -- cgit v1.2.3