diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-08-18 03:00:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-08-18 03:00:02 +0300 |
commit | d2ffea815c2763595d6ef9b96ced20d45944135f (patch) | |
tree | cc24e84dd3804598b8d17bd918f6988845235e14 /src/init.cpp | |
parent | 5fa836175d96451c4e3d60761b017371a2f7495c (diff) |
possible memmory corruption fixes
Diffstat (limited to 'src/init.cpp')
-rwxr-xr-x | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 90030b0..52e4ede 100755 --- a/src/init.cpp +++ b/src/init.cpp @@ -231,7 +231,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) if(bJabberAPI && bIsMiranda09)
HookEvent(ME_PROTO_ACCLISTCHANGED, GetJabberInterface);
- HookEvent(ME_PROTO_ACK, onProtoAck); //filetransfer unimplemented now
+ HookEvent(ME_PROTO_ACK, onProtoAck);
HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPreBuildContactMenu);
|