From a30b2689d14a4026af2f3ebd01764bf896aaeb59 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 17 Sep 2012 14:45:41 +0000 Subject: fix for the file transfer events git-svn-id: http://svn.miranda-ng.org/main/trunk@1590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/commandmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG/commandmonitor.cpp') diff --git a/protocols/IRCG/commandmonitor.cpp b/protocols/IRCG/commandmonitor.cpp index 5ec96c61e6..842db74ea1 100644 --- a/protocols/IRCG/commandmonitor.cpp +++ b/protocols/IRCG/commandmonitor.cpp @@ -1185,7 +1185,7 @@ bool CIrcProto::IsCTCP( const CIrcMessage* pmsg ) ccs.szProtoService = PSR_FILE; ccs.hContact = hContact; ccs.lParam = (LPARAM) & pre; - CallService( MS_PROTO_CHAINRECV, 0, (LPARAM)&ccs ); + CallService(MS_PROTO_CHAINRECV, 0, (LPARAM)&ccs); } } } // end type == "send" } -- cgit v1.2.3