diff options
Diffstat (limited to 'plugins/NewAwaySysMod/src/MsgEventAdded.cpp')
| -rw-r--r-- | plugins/NewAwaySysMod/src/MsgEventAdded.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/src/MsgEventAdded.cpp b/plugins/NewAwaySysMod/src/MsgEventAdded.cpp index 420e0df05f..c62d050c75 100644 --- a/plugins/NewAwaySysMod/src/MsgEventAdded.cpp +++ b/plugins/NewAwaySysMod/src/MsgEventAdded.cpp @@ -164,7 +164,7 @@ int MsgEventAdded(WPARAM hContact, LPARAM lParam)  	}
  	// ugly workaround for metacontacts, part i; store all metacontacts' events to a temporary array, so we'll be able to get the 'source' protocol when subcontact event happens later. we need the protocol to get its status and per-status settings properly
 -	if (!lstrcmpA(szProto, META_PROTO)) {
 +	if (!mir_strcmp(szProto, META_PROTO)) {
  		// remove outdated events first
  		DWORD CurTime = time(NULL);
  		for (int i = MetacontactEvents.GetSize() - 1; i >= 0; i--)
  | 
