Show More
@@ -530,7 +530,7 b' static Py_ssize_t auxencode(char *dest, ' | |||||
530 | static const uint32_t twobytes[8]; |
|
530 | static const uint32_t twobytes[8]; | |
531 |
|
531 | |||
532 | static const uint32_t onebyte[8] = { |
|
532 | static const uint32_t onebyte[8] = { | |
533 | ~0, 0xffff3ffe, ~0, ~0, ~0, ~0, ~0, ~0, |
|
533 | ~0U, 0xffff3ffe, ~0U, ~0U, ~0U, ~0U, ~0U, ~0U, | |
534 | }; |
|
534 | }; | |
535 |
|
535 | |||
536 | return _encode(twobytes, onebyte, dest, 0, destsize, src, len, 0); |
|
536 | return _encode(twobytes, onebyte, dest, 0, destsize, src, len, 0); |
General Comments 0
You need to be logged in to leave comments.
Login now