Skip to content

Commit

Permalink
Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Nov 22, 2023
1 parent 7d23fa0 commit 336dc6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/luamacro/_globalinfo.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function export.GetGlobalInfo()
return {
Version = { 3, 0, 0, 790 },
Version = { 3, 0, 0, 791 },
MinFarVersion = { 3, 0, 0, 5171 },
Guid = win.Uuid("4EBBEFC8-2084-4B7F-94C0-692CE136894D"),
Title = "LuaMacro",
Expand Down
4 changes: 4 additions & 0 deletions plugins/luamacro/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
shmuel 2023-11-23 00:10:29+02:00 - build 791

1. LuaFAR: warnings.

shmuel 2023-11-22 23:56:58+02:00 - build 790

1. LuaFAR: warnings.
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/luafar/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ static int _EditorGetString(lua_State *L, int is_wide)
intptr_t line_num = luaL_optinteger(L, 2, 0) - 1;
intptr_t mode = luaL_optinteger(L, 3, 0);
BOOL res = 0;
struct EditorGetString egs = {};
struct EditorGetString egs = {0,0,0,NULL,NULL,0,0};
egs.StructSize = sizeof(egs);

if(mode == 0 || mode == 3)
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/luafar/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include <farversion.hpp>

#define PLUGIN_BUILD 790
#define PLUGIN_BUILD 791

0 comments on commit 336dc6a

Please sign in to comment.