diff options
author | John Wiegley <johnw@newartisans.com> | 2005-11-09 07:11:22 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:21 -0400 |
commit | f691735c6ce89a19356769084449d3f5691ab030 (patch) | |
tree | df7a5de60353d3558b00d21ee83cf01e8da56331 /derive.cc | |
parent | 3a689c568a715e7c6604825eab537d66333ce291 (diff) | |
download | fork-ledger-f691735c6ce89a19356769084449d3f5691ab030.tar.gz fork-ledger-f691735c6ce89a19356769084449d3f5691ab030.tar.bz2 fork-ledger-f691735c6ce89a19356769084449d3f5691ab030.zip |
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).
Diffstat (limited to 'derive.cc')
-rw-r--r-- | derive.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |