summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-12 14:37:41 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-12 14:37:41 +0300
commit78b89f938c490233c004b943a7ae93f0d3c173b0 (patch)
tree95470ed0b861ad749dc0dd692391927cecc9d97b /plugins
parentd0c7ef4f48cdf9f1ad622fc84d10257c21bb91db (diff)
compilation fix
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/MirLua/Modules/WinAPI/src/winapi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp
index 0ed52fdcfa..8ef0708d7d 100755
--- a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp
+++ b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp
@@ -37,6 +37,7 @@ static int lua_MessageBox(lua_State *L)
/***********************************************/
static int lua_ShellExecute(lua_State *L)
+{
ptrW command(mir_utf8decodeW(lua_tostring(L, 1)));
ptrW file(mir_utf8decodeW(lua_tostring(L, 2)));
ptrW args(mir_utf8decodeW(lua_tostring(L, 3)));