summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-08 19:54:39 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-08 19:54:39 -0400
commit4f5799c216df4a1b57bc5c59f286a685b0f77448 (patch)
treeda0f9ad92191808ed4dad1c0b566276e836470bc /src/session.h
parent455b6e27cbede32571af20f21d47817fdadfd330 (diff)
downloadfork-ledger-4f5799c216df4a1b57bc5c59f286a685b0f77448.tar.gz
fork-ledger-4f5799c216df4a1b57bc5c59f286a685b0f77448.tar.bz2
fork-ledger-4f5799c216df4a1b57bc5c59f286a685b0f77448.zip
If a ledger file is specified in .ledgerrc, ignore the environment.
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 1 insertions, 1 deletions
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;
}