From 165d7791631a9c9ed0998c90b696116593ebfd70 Mon Sep 17 00:00:00 2001 From: aunsane Date: Mon, 19 Mar 2018 21:37:26 +0300 Subject: MirLua: - new functions toansi & toucs2 - warning fixes --- plugins/MirLua/src/m_protocols.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirLua/src/m_protocols.cpp') diff --git a/plugins/MirLua/src/m_protocols.cpp b/plugins/MirLua/src/m_protocols.cpp index f4ea022175..4ecb5d7b3c 100644 --- a/plugins/MirLua/src/m_protocols.cpp +++ b/plugins/MirLua/src/m_protocols.cpp @@ -237,7 +237,7 @@ static luaL_Reg protocolsApi[] = { { "GetProtocol", lua_GetProtocol }, { "Protocols", lua_Protocols }, - { "RegisterProtocol", lua_Protocols }, + { "RegisterProtocol", lua_RegisterProtocol }, { "CallSendChain", lua_ChainSend }, { "CallReceiveChain", lua_ChainRecv }, -- cgit v1.2.3