[FarGroup/FarManager] master: Correction of 5955.1 (5d19f033b)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Apr 17, 2022, 10:30:47 PM4/17/22
to farco...@googlegroups.com
Repository : https://github.com/FarGroup/FarManager
On branch : master
Link : https://github.com/FarGroup/FarManager/commit/5d19f033b140d26787bec80359e1bdb573678758

>---------------------------------------------------------------

commit 5d19f033b140d26787bec80359e1bdb573678758
Author: Alex Alabuzhev <alab...@gmail.com>
Date: Mon Apr 18 03:16:46 2022 +0100

Correction of 5955.1


>---------------------------------------------------------------

5d19f033b140d26787bec80359e1bdb573678758
far/changelog | 5 +++++
far/filelist.cpp | 2 +-
far/vbuild.m4 | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/far/changelog b/far/changelog
index a9b68c2c3..33e91f773 100644
--- a/far/changelog
+++ b/far/changelog
@@ -1,3 +1,8 @@
+--------------------------------------------------------------------------------
+drkns 18.04.2022 03:16:06 +0100 - build 5965
+
+1. Correction of 5955.1.
+
--------------------------------------------------------------------------------
yjh 28.03.2022 12:19:04 +0300 - build 5964

diff --git a/far/filelist.cpp b/far/filelist.cpp
index fb6873f63..c7938fa0e 100644
--- a/far/filelist.cpp
+++ b/far/filelist.cpp
@@ -5691,7 +5691,7 @@ size_t FileList::FileListToPluginItem2(const FileListItem& fi,FarGetPluginPanelI
{
if (not_enough_for(ColumnsOffset, ColumnsSize))
return size;
- gpi->Item->CustomColumnData = view_as<const wchar_t* const*>(data);
+ gpi->Item->CustomColumnData = view_as<const wchar_t* const*>(data, ColumnsOffset);
assert(is_aligned(*gpi->Item->CustomColumnData));
}

diff --git a/far/vbuild.m4 b/far/vbuild.m4
index 4a8f11ad4..bc6ec0d5e 100644
--- a/far/vbuild.m4
+++ b/far/vbuild.m4
@@ -1 +1 @@
-5964
+5965


Reply all
Reply to author
Forward
0 new messages