Ignore:
Timestamp:
07/23/15 08:30:41 (10 years ago)
Author:
epyon
Message:
  • local updates (string removal)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_nova.cc

    r399 r437  
    817817        // TODO: check if nova is loaded
    818818        lua_pushcfunction( L, nova_register_storage );
    819         lua_pushlstring( L, name.data(), name.size() );
     819        nlua_pushstringview( L, name );
    820820        lua_call( L, 1, 1 );
    821821        lua_setglobal( L, constructor_name.data() );
Note: See TracChangeset for help on using the changeset viewer.