Changeset 534 for trunk/src/lua/lua_raw.cc
- Timestamp:
- 01/12/17 14:41:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_raw.cc
r494 r534 331 331 int nlua_rawlen( lua_State* L, int index ) 332 332 { 333 return lua_objlen( L, index);333 return static_cast<int>( lua_objlen( L, index ) ); 334 334 } 335 335
Note: See TracChangeset
for help on using the changeset viewer.