From 069eaba45e1f12ba72939ae735e4fa493df5b02b Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 14 Jan 2016 20:53:02 +0000 Subject: MirLua: extended WriteSetting in m_database git-svn-id: http://svn.miranda-ng.org/main/trunk@16091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirLua/src/mlua_script.cpp') 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"); -- cgit v1.2.3