mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
correction of several small bugs
This commit is contained in:
@@ -36,6 +36,8 @@ func obicontextGetSet(interpreter *lua.LState) int {
|
||||
__lua_obicontext.Store(key, float64(val))
|
||||
case lua.LString:
|
||||
__lua_obicontext.Store(key, string(val))
|
||||
case *lua.LUserData:
|
||||
__lua_obicontext.Store(key, val.Value)
|
||||
case *lua.LTable:
|
||||
__lua_obicontext.Store(key, Table2Interface(interpreter, val))
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user