From 4f5799c216df4a1b57bc5c59f286a685b0f77448 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Feb 2009 19:54:39 -0400 Subject: If a ledger file is specified in .ledgerrc, ignore the environment. --- 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 179d2b75..6ee7af9d 100644 --- a/src/session.h +++ b/src/session.h @@ -75,7 +75,7 @@ public: TRACE_DTOR(session_t); } - void now_at_command_line(const bool truth) { + void set_flush_on_next_data_file(const bool truth) { flush_on_next_data_file = true; } -- cgit v1.2.3