Ignore:
Timestamp:
03/08/16 13:19:59 (9 years ago)
Author:
epyon
Message:
  • temporary Lua 5.1 hardcode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_path.cc

    r445 r490  
    4949{
    5050        if (m_count == 0) return false;
    51         if (global) lua_pushglobaltable( L );
     51        if (global) nlua_pushglobaltable( L );
    5252        for ( uint32 i = 0; i < m_count; ++i )
    5353        {
     
    6060                        else
    6161                        {
    62                                 lua_pushunsigned( L, m_elements[i].value );
     62                                nlua_pushunsigned( L, m_elements[i].value );
    6363                        }
    6464                        lua_gettable( L, -2 );
Note: See TracChangeset for help on using the changeset viewer.