diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-15 18:35:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-15 18:35:28 +0300 |
commit | 436e303e24e5046d6cc52ac3da51a0b51adbef36 (patch) | |
tree | 4f7d3b27ad24e710dae845558e2d719b54d1d88a /plugins/Actman/iac_inout.pas | |
parent | f0d86d413859d402331b49b98db7d61fef801489 (diff) |
simpler way of applying server ids to messages
Diffstat (limited to 'plugins/Actman/iac_inout.pas')
-rw-r--r-- | plugins/Actman/iac_inout.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Actman/iac_inout.pas b/plugins/Actman/iac_inout.pas index d6abe6085b..713ff00bcb 100644 --- a/plugins/Actman/iac_inout.pas +++ b/plugins/Actman/iac_inout.pas @@ -266,6 +266,7 @@ begin if DBReadByte(hContact,p,'ChatRoom',0)<>1 then
begin
WidetoUTF8(last,blob);
+ FillChar(dbei,SizeOf(dbeo),0);
ccs.hContact := hContact;
ccs.szProtoService := PSS_MESSAGE;
|