mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
luaS_hash changed
This commit is contained in:
Submodule 3rd/jemalloc updated: b0b3e49a54...ea6b3e973b
@@ -150,7 +150,7 @@ static unsigned int luai_makeseed(lua_State *L) {
|
||||
buff[1] = cast(size_t, &STRSEED);
|
||||
buff[2] = cast(size_t, &luai_makeseed);
|
||||
buff[3] = cast(size_t, L);
|
||||
return luaS_hash((const char*)buff, sizeof(buff), h, 1);
|
||||
return luaS_hash((const char*)buff, sizeof(buff), h);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user