aboutsummaryrefslogtreecommitdiff
path: root/libio/streambuf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libio/streambuf.cc')
-rw-r--r--libio/streambuf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.cc b/libio/streambuf.cc
index d66af09..8f7908b 100644
--- a/libio/streambuf.cc
+++ b/libio/streambuf.cc
@@ -213,7 +213,7 @@ streambuf::streambuf(int flags)
#endif
}
-streambuf::~streambuf() { _IO_default_finish(this); }
+streambuf::~streambuf() { _IO_default_finish(this,0); }
streampos
streambuf::seekoff(streamoff, _seek_dir, int /*=ios::in|ios::out*/)