Skip to content

Commit

Permalink
Mantis#0002692
Browse files Browse the repository at this point in the history
  • Loading branch information
skirda1008 committed Jun 25, 2014
1 parent 105d37a commit f7ae5b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion far/changelog
@@ -1,4 +1,9 @@
w17 25.06.2014 00:16:56 +0400 - build 3962
svs 25.06.2014 11:17:19 +0400 - build 3963

1. Mantis#0002692: Невозможно прервать операцию, если она запущена из макроса
Закомметим и посмотрим.

w17 25.06.2014 00:16:56 +0400 - build 3962

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

Expand Down
3 changes: 2 additions & 1 deletion far/dirinfo.cpp
Expand Up @@ -157,7 +157,8 @@ int GetDirInfo(const wchar_t *Title, const string& DirName, DirInfoData& Data, c
}
while (ScTree.GetNextName(&FindData,strFullName))
{
if (!Global->CtrlObject->Macro.IsExecuting())
// Mantis#0002692
//if (!Global->CtrlObject->Macro.IsExecuting())
{
INPUT_RECORD rec;

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,3962)m4_dnl
m4_define(BUILD,3963)m4_dnl

0 comments on commit f7ae5b2

Please sign in to comment.