mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
fixed SF# 1968106: DigestOutputStream losing data
This commit is contained in:
parent
7a0aa6987c
commit
1de922e8c3
@ -62,7 +62,7 @@ DigestBuf::DigestBuf(DigestEngine& eng, std::istream& istr):
|
||||
|
||||
|
||||
DigestBuf::DigestBuf(DigestEngine& eng, std::ostream& ostr):
|
||||
BufferedStreamBuf(BUFFER_SIZE, std::ios::in),
|
||||
BufferedStreamBuf(BUFFER_SIZE, std::ios::out),
|
||||
_eng(eng),
|
||||
_pIstr(0),
|
||||
_pOstr(&ostr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user