mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
Revert "Base64Decoder drops 0x0d characters on windows"
This reverts commit 79549f85dd.
This commit is contained in:
@@ -147,9 +147,6 @@ Base64DecoderBuf* Base64DecoderIOS::rdbuf()
|
||||
|
||||
Base64Decoder::Base64Decoder(std::istream& istr): Base64DecoderIOS(istr), std::istream(&_buf)
|
||||
{
|
||||
#ifdef POCO_OS_FAMILY_WINDOWS
|
||||
unsetf(std::ios_base::skipws);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user