summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index 8be24935..02a06f0c 100644
--- a/main.cc
+++ b/main.cc
@@ -447,6 +447,8 @@ int main(int argc, char * argv[], char * envp[])
std::auto_ptr<journal_t> journal;
try {
+ std::ios::sync_with_stdio(false);
+
#if DEBUG_LEVEL < BETA
ledger::do_cleanup = false;
#endif