Whoops
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ private:
|
|||||||
return unsignedIntegerValue;
|
return unsignedIntegerValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
void *memchr_r(const char *p, const char *end) {
|
static void *memchr_r(const char *p, const char *end) {
|
||||||
uint64_t mask = *(uint64_t *)"\r\r\r\r\r\r\r\r";
|
uint64_t mask = *(uint64_t *)"\r\r\r\r\r\r\r\r";
|
||||||
if (p <= end - 8) {
|
if (p <= end - 8) {
|
||||||
for (; p <= end - 8; p += 8) {
|
for (; p <= end - 8; p += 8) {
|
||||||
|
|||||||
Reference in New Issue
Block a user