Changeset 490 for trunk/src/lua/lua_path.cc
- Timestamp:
- 03/08/16 13:19:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_path.cc
r445 r490 49 49 { 50 50 if (m_count == 0) return false; 51 if (global) lua_pushglobaltable( L );51 if (global) nlua_pushglobaltable( L ); 52 52 for ( uint32 i = 0; i < m_count; ++i ) 53 53 { … … 60 60 else 61 61 { 62 lua_pushunsigned( L, m_elements[i].value );62 nlua_pushunsigned( L, m_elements[i].value ); 63 63 } 64 64 lua_gettable( L, -2 );
Note: See TracChangeset
for help on using the changeset viewer.