Mercurial > pidgin.yaz
changeset 31207:ab5913fc9042
Fix a warning.
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 03 Jun 2010 23:27:23 +0000 |
parents | f66e289bebc6 |
children | 2637509e0fc8 |
files | libpurple/protocols/msn/slpcall.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c Thu Jun 03 22:55:52 2010 +0000 +++ b/libpurple/protocols/msn/slpcall.c Thu Jun 03 23:27:23 2010 +0000 @@ -267,7 +267,7 @@ g_free(body_str); } else if (slpmsg->flags == P2P_MSN_OBJ_DATA || - slpmsg->flags == P2P_WML2009_COMP & P2P_MSN_OBJ_DATA || + slpmsg->flags == (P2P_WML2009_COMP & P2P_MSN_OBJ_DATA) || slpmsg->flags == P2P_FILE_DATA) { slpcall = msn_slplink_find_slp_call_with_session_id(slplink, slpmsg->session_id);