diff options
Diffstat (limited to 'lstate.c')
| -rw-r--r-- | lstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -76,7 +76,7 @@ static unsigned int luai_makeseed (lua_State *L) { | |||
| 76 | addbuff(buff, p, &h); /* local variable */ | 76 | addbuff(buff, p, &h); /* local variable */ |
| 77 | addbuff(buff, p, &lua_newstate); /* public function */ | 77 | addbuff(buff, p, &lua_newstate); /* public function */ |
| 78 | lua_assert(p == sizeof(buff)); | 78 | lua_assert(p == sizeof(buff)); |
| 79 | return luaS_hash(buff, p, h, 1); | 79 | return luaS_hash(buff, p, h); |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | #endif | 82 | #endif |
