diff options
author | Alexey Kulakov <panda75@bk.ru> | 2015-03-18 07:13:47 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2015-03-18 07:13:47 +0000 |
commit | 534eefa7029aaf49b0b673b6f6fb630752bb3fd5 (patch) | |
tree | 4651ab6e04dce2c3ee50e86b84d527d4e2d8a697 /plugins/Utils.pas/srvblock.pas | |
parent | 1218b9d9946a89818c17c065295601b36743cc5d (diff) |
Pascal: service executing fix)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils.pas/srvblock.pas')
-rw-r--r-- | plugins/Utils.pas/srvblock.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/srvblock.pas b/plugins/Utils.pas/srvblock.pas index ac01db8190..5ceb7a8fed 100644 --- a/plugins/Utils.pas/srvblock.pas +++ b/plugins/Utils.pas/srvblock.pas @@ -574,7 +574,7 @@ begin llparam:=PrepareParameter(service.l_flags,TLPARAM(service.lparam),data);
res:=CallServiceSync(buf,lwparam,llparam);
- ClearSubstData(data);
+// ClearSubstData(data); DO NOT CLEAR!! (consist of input data)
// result type processing
case service.flags and ACF_TYPE_MASK of
|