fix #74
This commit is contained in:
parent
c28cc9e3e9
commit
67973b04ae
@ -47,6 +47,11 @@ int mem_neq(const void *a, const void *b, size_t len)
|
||||
++pb;
|
||||
}
|
||||
|
||||
ret |= ret >> 4;
|
||||
ret |= ret >> 2;
|
||||
ret |= ret >> 1;
|
||||
ret &= 1;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user