Skip to content

Commit a99e959

Browse files
phanensqueek502
andauthored
Update src/misc.c
Co-authored-by: Ryan Liptak <squeek502@hotmail.com>
1 parent cf09bff commit a99e959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static uv_buf_t* luv_prep_bufs(lua_State* L, int index, size_t *count, int **ref
6060
size_t cnt;
6161
cnt = lua_rawlen(L, index);
6262
if (cnt == 0) {
63-
luaL_argerror(L, index, lua_pushfstring(L, "expected non-empty table of strings"));
63+
luaL_argerror(L, index, "expected non-empty table of strings");
6464
return NULL;
6565
}
6666
*count = cnt;

0 commit comments

Comments
 (0)