Changeset 437 for trunk/src/lua/lua_nova.cc
- Timestamp:
- 07/23/15 08:30:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_nova.cc
r399 r437 817 817 // TODO: check if nova is loaded 818 818 lua_pushcfunction( L, nova_register_storage ); 819 lua_pushlstring( L, name.data(), name.size());819 nlua_pushstringview( L, name ); 820 820 lua_call( L, 1, 1 ); 821 821 lua_setglobal( L, constructor_name.data() );
Note: See TracChangeset
for help on using the changeset viewer.