(parse_and_report): Removed "files" argument.
This commit is contained in:
parent
a151daddc3
commit
2cc62a4f76
1 changed files with 1 additions and 1 deletions
2
main.cc
2
main.cc
|
|
@ -403,7 +403,7 @@ def vmax(d, val):\n\
|
||||||
|
|
||||||
if (config.use_cache && config.cache_dirty && ! config.cache_file.empty()) {
|
if (config.use_cache && config.cache_dirty && ! config.cache_file.empty()) {
|
||||||
std::ofstream stream(config.cache_file.c_str());
|
std::ofstream stream(config.cache_file.c_str());
|
||||||
write_binary_journal(stream, journal.get(), &journal->sources);
|
write_binary_journal(stream, journal.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue