summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-01 02:38:46 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:53 -0400
commit2cc62a4f763c082f42bdfc41b1d02f3c6db0f9b7 (patch)
treef7532e92697348b106470746a974f90b95a6f3ac
parenta151daddc3468d832d8c52109b4f5494100b77f5 (diff)
downloadfork-ledger-2cc62a4f763c082f42bdfc41b1d02f3c6db0f9b7.tar.gz
fork-ledger-2cc62a4f763c082f42bdfc41b1d02f3c6db0f9b7.tar.bz2
fork-ledger-2cc62a4f763c082f42bdfc41b1d02f3c6db0f9b7.zip
(parse_and_report): Removed "files" argument.
-rw-r--r--main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cc b/main.cc
index 292bef30..5139ae37 100644
--- a/main.cc
+++ b/main.cc
@@ -403,7 +403,7 @@ def vmax(d, val):\n\
if (config.use_cache && config.cache_dirty && ! config.cache_file.empty()) {
std::ofstream stream(config.cache_file.c_str());
- write_binary_journal(stream, journal.get(), &journal->sources);
+ write_binary_journal(stream, journal.get());
}
return 0;