User Tools

Site Tools


lua:lua

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
lua:lua [2012/04/20 11:57] devalua:lua [2012/04/20 13:53] (current) deva
Line 29: Line 29:
   int sz = 2;   int sz = 2;
      
-  lua_createtable(L, num * sz, 0);+  lua_createtable(L, num, 0);
   int toptop = lua_gettop(L);   int toptop = lua_gettop(L);
  
lua/lua.txt · Last modified: 2012/04/20 13:53 by deva