diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-14 20:53:02 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-14 20:53:02 +0000 |
commit | 069eaba45e1f12ba72939ae735e4fa493df5b02b (patch) | |
tree | 216f81af50c33194c50c4f333577dec1c62fdda4 /plugins/MirLua/src/mlua_script.cpp | |
parent | 55ca0ecfa502004ebb473cb5997d9985c0547d33 (diff) |
MirLua: extended WriteSetting in m_database
git-svn-id: http://svn.miranda-ng.org/main/trunk@16091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua_script.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua_script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/mlua_script.cpp b/plugins/MirLua/src/mlua_script.cpp index 27f972aaf4..3023d8c71e 100644 --- a/plugins/MirLua/src/mlua_script.cpp +++ b/plugins/MirLua/src/mlua_script.cpp @@ -97,7 +97,7 @@ void CMLuaScript::Unload() if (lua_isfunction(L, -1))
luaM_pcall(L);
luaL_unref(L, LUA_REGISTRYINDEX, unloadRef);
- status == None;
+ status = None;
}
luaL_getsubtable(L, LUA_REGISTRYINDEX, "_LOADED");
|