diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-27 00:10:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-27 00:10:35 -0400 |
commit | 713f89679070e2fe2aa529c4eade1f9efd697898 (patch) | |
tree | 775d1e7ba478399385914d38cde41a06e9e7753e /binary.cc | |
parent | 162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f (diff) | |
download | fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.tar.gz fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.tar.bz2 fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.zip |
A large body of work to get the register report printing again, but still
fails due to the fact that 2.x value expression syntax is not restored.
Diffstat (limited to 'binary.cc')
-rw-r--r-- | binary.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -564,8 +564,6 @@ account_t * read_account(const char *& data, journal_t& journal, account_t * acct = new account_t(NULL); *accounts_next++ = acct; - acct->journal = &journal; - account_t::ident_t id; read_long(data, id); // parent id if (id == 0xffffffff) |