tag: stop using otable

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-03-14 13:33:52 +01:00
parent f0ca12837a
commit adf0fd3234
1 changed files with 1 additions and 1 deletions

2
tag.c
View File

@ -277,7 +277,7 @@ luaA_tag_clients(lua_State *L)
}
}
luaA_otable_new(L);
lua_createtable(L, clients->len, 0);
for(i = 0; i < clients->len; i++)
{
luaA_client_userdata_new(L, clients->tab[i]);