diff libpurple/protocols/msn/slpcall.c @ 30974:f26e961e1274

Fix the name of this flag.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Nov 2010 02:15:18 +0000
parents 2de522fa534a
children b4064198e017
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c	Sun Nov 28 00:44:35 2010 +0000
+++ b/libpurple/protocols/msn/slpcall.c	Sun Nov 28 02:15:18 2010 +0000
@@ -1061,7 +1061,7 @@
 	body = slpmsg->buffer;
 	body_len = slpmsg->header->offset;
 
-	if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WML2009_COMP)
+	if (slpmsg->header->flags == P2P_NO_FLAG || slpmsg->header->flags == P2P_WLM2009_COMP)
 	{
 		char *body_str;