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). --- derive.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'derive.cc') diff --git a/derive.cc b/derive.cc index 402eef8a..07a8aaa4 100644 --- a/derive.cc +++ b/derive.cc @@ -36,7 +36,7 @@ entry_t * derive_new_entry(journal_t& journal, if (i == end) { // If no argument were given but the payee, assume the user wants // to see the same transaction as last time. - added->code = matching->code; + added->code = matching->code; for (transactions_list::iterator j = matching->transactions.begin(); j != matching->transactions.end(); -- cgit v1.2.3