Changeset 198 for trunk/src/lua/lua_path.cc
- Timestamp:
- 08/11/13 17:19:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_path.cc
r181 r198 23 23 } 24 24 25 lua::path::path( inti )25 lua::path::path( unsigned i ) 26 26 : m_count(0) 27 27 { … … 88 88 else 89 89 { 90 lua_push integer( L, m_elements[i].value );90 lua_pushunsigned( L, m_elements[i].value ); 91 91 } 92 92 lua_gettable( L, -2 );
Note: See TracChangeset
for help on using the changeset viewer.