diff options
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index 08f93377..2b657125 100644 --- a/src/session.h +++ b/src/session.h @@ -76,7 +76,7 @@ public: } void set_flush_on_next_data_file(const bool truth) { - flush_on_next_data_file = true; + flush_on_next_data_file = truth; } std::size_t read_journal(std::istream& in, |