Skip to content

Commit

Permalink
fix 5049
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Oct 1, 2017
1 parent 5848d1e commit 6bf675f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 01.10.2017 10:02:27 +0100 - build 5056

1. Ещё одно уточнение 5049.

zg 01.10.2017 03:15:57 +0300 - build 5055

1. уточнение 5050.1: Запускаем плагин VisRen и нажимаем много раз Down, происходит какое-то мерцание интерфейса.
Expand Down
4 changes: 2 additions & 2 deletions far/processname.cpp
Expand Up @@ -199,10 +199,10 @@ bool CmpName(string_view pattern, string_view str, bool skippath, bool CmpNameSe
if(CmpName(pattern,str,false,CmpNameSearchMode))
return true;

str.remove_prefix(1);

if (str.empty())
break;

str.remove_prefix(1);
}

return false;
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,5055)m4_dnl
m4_define(BUILD,5056)m4_dnl

0 comments on commit 6bf675f

Please sign in to comment.