mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.table: Fix inaccurate comment
Probably a duplicate of the comment next to Lmove, recorded by mistake Lpack can probably be removed at some point in the near future once we are confident it is not used anywhere.
This commit is contained in:
parent
f8e73eba98
commit
dabdfc91be
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ static int Lcreate_table(lua_State *L) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* COMPAT: w/ Lua pre-5.4 */
|
||||
/* COMPAT: w/ Lua pre-5.2 */
|
||||
static int Lpack(lua_State *L) {
|
||||
unsigned int n_args = lua_gettop(L);
|
||||
lua_createtable(L, n_args, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue