mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
NumberParser fixes and more test
This commit is contained in:
@@ -72,7 +72,7 @@ int QuotedPrintableDecoderBuf::readFromDevice()
|
||||
}
|
||||
else if (Poco::Ascii::isHexDigit(ch))
|
||||
{
|
||||
std::string hex;
|
||||
std::string hex = "0x";
|
||||
hex += (char) ch;
|
||||
ch = _buf.sbumpc();
|
||||
if (Poco::Ascii::isHexDigit(ch))
|
||||
|
||||
Reference in New Issue
Block a user