Explicit numerical comparison

This commit is contained in:
vegorov-rbx 2024-04-29 05:02:16 -07:00 committed by GitHub
parent 2bb42da32f
commit dda57dad6c
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -314,7 +314,7 @@ static int tconcat(lua_State* L)
for (; i < last; i++)
{
addfield(L, &b, i, t);
if (!DFFlag::LuauFasterConcat || lsep)
if (!DFFlag::LuauFasterConcat || lsep != 0)
luaL_addlstring(&b, sep, lsep);
}
if (i == last) // add last value (if interval was not empty)