diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-12-14 16:33:00 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-12-14 16:33:00 +0000 |
commit | 5183197289e1dc7b8ab13037c04ef90245aae5df (patch) | |
tree | 9380ddfd6c35a17e43bcd33135e45fdede3846b6 | |
parent | 96d2d2bd101fee21826d6e0f67b8c72e6b743df0 (diff) |
Actman 30: forgot to clear old flag
git-svn-id: http://svn.miranda-ng.org/main/trunk@11416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Actman30/iac_jump.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Actman30/iac_jump.pas b/plugins/Actman30/iac_jump.pas index 97ba3e379c..4ac0473405 100644 --- a/plugins/Actman30/iac_jump.pas +++ b/plugins/Actman30/iac_jump.pas @@ -248,6 +248,7 @@ begin end;
100..199: begin
+ flags:=flags and not ACF_MASK;
pc:=StrCopyE(section,pAnsiChar(node));
if fmt<>101 then // condition
begin
|