@@ -1738,7 +1738,7 @@ static int str_unpack (lua_State *L) {
break;
}
caseKzstr:{
size_tlen=(int)strlen(data+pos);
size_tlen=strlen(data+pos);
luaL_argcheck(L,pos+len<ld,2,
"unfinished string for format 'z'");
lua_pushlstring(L,data+pos,len);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.