mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
Modules: first preview 31 March 2016.
This commit is contained in:
@ -274,7 +274,7 @@ uint32_t sdigits10(int64_t v) {
|
||||
*
|
||||
* Modified in order to handle signed integers since the original code was
|
||||
* designed for unsigned integers. */
|
||||
int ll2string(char* dst, size_t dstlen, long long svalue) {
|
||||
int ll2string(char *dst, size_t dstlen, long long svalue) {
|
||||
static const char digits[201] =
|
||||
"0001020304050607080910111213141516171819"
|
||||
"2021222324252627282930313233343536373839"
|
||||
|
Reference in New Issue
Block a user