Skip to content

Commit

Permalink
Fix Panel.Select
Browse files Browse the repository at this point in the history
  • Loading branch information
johnd0e committed May 19, 2023
1 parent 3d0bae8 commit 051aac8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
--------------------------------------------------------------------------------
johnd0e 2023-05-19 21:21:00+02:00 - build 6147

1. Macros: fix Panel.Select.
(patch by Shmuel)

--------------------------------------------------------------------------------
skipik 2023-05-16 19:36:39+03:00 - build 6146

Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ long long FileList::VMProcess(int OpCode,void *vParam,long long iParam)
if (i.empty())
continue;

const auto Pos = FindFile(PointToName(i), true);
const auto Pos = FindFile(i, !i.contains(path::separator));
if (Pos == -1)
continue;

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6146
6147

0 comments on commit 051aac8

Please sign in to comment.