From d0a664d102bb0886dbaf844b6857749f70702ea3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 16:55:18 -0400 Subject: Fixed several unused value and param warnings --- src/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.h') 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, -- cgit v1.2.3