diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-16 16:30:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-16 16:30:56 +0300 |
commit | ad6af9adc1a8036ba75a4053bcfc51beb84632bb (patch) | |
tree | c6de4127629a00cbcf450375f409f5e73be690bb /plugins | |
parent | 81fc90c33791032f654a0bbb4ac5455cfd92061d (diff) |
compilation fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Actman/iac_inout.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/iac_inout.pas b/plugins/Actman/iac_inout.pas index 713ff00bcb..3c65a01219 100644 --- a/plugins/Actman/iac_inout.pas +++ b/plugins/Actman/iac_inout.pas @@ -266,7 +266,7 @@ begin if DBReadByte(hContact,p,'ChatRoom',0)<>1 then
begin
WidetoUTF8(last,blob);
- FillChar(dbei,SizeOf(dbeo),0);
+ FillChar(dbei,SizeOf(dbei),0);
ccs.hContact := hContact;
ccs.szProtoService := PSS_MESSAGE;
|