Changeset 365 for trunk/src/lua/lua_handle.cc
- Timestamp:
- 05/16/15 17:40:16 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:global-ignores
set to
vs2012
vs2013
gmake
gmake-clang
-
Property
svn:global-ignores
set to
-
trunk/src/lua/lua_handle.cc
r364 r365 7 7 #include "nv/lua/lua_handle.hh" 8 8 9 #include "nv/core/logging.hh" 9 10 #include "nv/lua/lua_state.hh" 10 11 #include "nv/lua/lua_raw.hh" … … 18 19 if ( !lua_istable( L, -1 ) ) 19 20 { 20 NV_LOG ( nv::LOG_ERROR,"NIL" );21 NV_LOG_ERROR( "NIL" ); 21 22 lua_pop( L, 2 ); 22 23 lua_pushnil( L );
Note: See TracChangeset
for help on using the changeset viewer.