diff options
Diffstat (limited to 'libio/streambuf.cc')
-rw-r--r-- | libio/streambuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.cc b/libio/streambuf.cc index d66af097aa5..8f7908b8403 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*/) |