util-src/signal.c
changeset 6415 0e94f89d0e62
parent 6414 6c8f6364bc48
child 6416 a552f4170aed
--- a/util-src/signal.c	Tue Sep 16 21:56:18 2014 +0200
+++ b/util-src/signal.c	Wed Sep 17 02:23:17 2014 +0200
@@ -391,7 +391,7 @@
   /* put the signals inside the library table too,
    * they are only a reference */
   lua_pushstring(L, LUA_SIGNAL);
-  lua_createtable(L, 0, 0);
+  lua_newtable(L);
 
   while (lua_signals[i].name != NULL)
   {