mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
Move to standard integer types #1147
This commit is contained in:
@@ -201,7 +201,7 @@ struct RedisTypeTraits<BulkString>
|
||||
{
|
||||
std::string s = value.value();
|
||||
return marker
|
||||
+ NumberFormatter::format(s.length())
|
||||
+ NumberFormatter::format(static_cast<Poco::UInt64>(s.length()))
|
||||
+ LineEnding::NEWLINE_CRLF
|
||||
+ s
|
||||
+ LineEnding::NEWLINE_CRLF;
|
||||
|
||||
Reference in New Issue
Block a user