From adf0fd32342fb48cc79af84540c771df44844fd0 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 14 Mar 2009 13:33:52 +0100 Subject: [PATCH] tag: stop using otable Signed-off-by: Julien Danjou --- tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.c b/tag.c index c16975fb..e2ba3acb 100644 --- a/tag.c +++ b/tag.c @@ -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]);