Skip to content

Commit

Permalink
Update deps/lua/src/lstring.c
Browse files Browse the repository at this point in the history
Co-authored-by: Madelyn Olson <[email protected]>
Signed-off-by: zarkash-aws <[email protected]>
  • Loading branch information
zarkash-aws and madolson authored Oct 15, 2024
1 parent ced3c03 commit 3c6d8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lua/src/lstring.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ uint32_t murmur32(const uint8_t* key, size_t len, uint32_t seed) {
hash = ((hash << r2) | (hash >> (32 - r2))) * m + n;
}

const uint8_t* tail = (const uint8_t*) (key + nblocks * 4);
const uint8_t* tail = (const uint8_t*) (key + nblocks * 4);
uint32_t k1 = 0;
switch (len & 3) {
case 3:
Expand Down

0 comments on commit 3c6d8a2

Please sign in to comment.