Skip to content

Commit

Permalink
M#3214: arclite не отображает интерактивное окно создания архива при …
Browse files Browse the repository at this point in the history
…использовании макро-функций FAR-а в названии пути
  • Loading branch information
shmuz committed Apr 11, 2016
1 parent a668b93 commit 8e0df59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/arclite/changelog
@@ -1,3 +1,7 @@
shmuel 11.04.2016 08:50:30 +0300 - build 235

1. M#3214: arclite �� ���������� ������������� ���� �������� ������ ��� ������������� �����-������� FAR-� � �������� ����

w17 05.04.2016 14:22:49 +0300 - build 234

1. Hotkey for Archive Path didn't work properly.
Expand Down
2 changes: 1 addition & 1 deletion plugins/arclite/farutils.cpp
Expand Up @@ -106,7 +106,7 @@ void call_user_apc(void* param) {
}

bool post_macro(const wstring& macro) {
MacroSendMacroText mcmd = { sizeof(MacroSendMacroText) };
MacroSendMacroText mcmd = { sizeof(MacroSendMacroText), KMFLAGS_ENABLEOUTPUT };
mcmd.SequenceText = macro.c_str();
return g_far.MacroControl(0, MCTL_SENDSTRING, MSSC_POST, &mcmd) != 0;
}
Expand Down

0 comments on commit 8e0df59

Please sign in to comment.