Skip to content

Commit

Permalink
more 5038.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Sep 24, 2017
1 parent ad97c98 commit f7404a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
drkns 24.09.2017 18:26:06 +0100 - build 5039

1. Уточнение 5038.2.

drkns 24.09.2017 16:59:37 +0100 - build 5038

1. 0003505: FarMenu.ini может оказаться папкой - не пытаемся в этом случае его выводить.
Expand Down
2 changes: 1 addition & 1 deletion far/execute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ bool IsExecutable(const string& Filename)
static const string_view Executables[] = { L"exe"_sv, L"cmd"_sv, L"com"_sv, L"bat"_sv };
return std::any_of(ALL_CONST_RANGE(Executables), [&](const string_view& Extension)
{
return equal_icase(Extension, Ext);
return equal_icase(Extension, Ext + 1);
});
}

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m4_define(BUILD,5038)m4_dnl
m4_define(BUILD,5039)m4_dnl

0 comments on commit f7404a0

Please sign in to comment.