Skip to content

Commit

Permalink
Correction of 5955.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Apr 18, 2022
1 parent 75e8098 commit 5d19f03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Expand Up @@ -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));
}

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
5964
5965

0 comments on commit 5d19f03

Please sign in to comment.