soc.2010.msn-tlc: ea555087: Fix a warning about the size of the flag...

masca at cpw.pidgin.im masca at cpw.pidgin.im
Thu Aug 5 22:01:19 EDT 2010


----------------------------------------------------------------------
Revision: ea5550873318bbc58c983d8a9506c2ae8a0c4990
Parent:   d24f73c26fe77f6ee750f859b4c0cd97f8447af8
Author:   masca at cpw.pidgin.im
Date:     08/05/10 20:10:13
Branch:   im.pidgin.soc.2010.msn-tlc
URL: http://d.pidgin.im/viewmtn/revision/info/ea5550873318bbc58c983d8a9506c2ae8a0c4990

Changelog: 

Fix a warning about the size of the flags  and avoi displaying trialing 0 that will not be used.

Changes against parent d24f73c26fe77f6ee750f859b4c0cd97f8447af8

  patched  libpurple/protocols/msn/slpcall.c

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/slpcall.c	6b4cd2348f15290a29b14af09f678560722deab4
+++ libpurple/protocols/msn/slpcall.c	ddd88164103534dbb88d4b2e57a2e92af7d5c937
@@ -1154,7 +1154,7 @@ msn_slp_process_msg(MsnSlpLink *slplink,
 		/* Acknowledgement of previous message. Don't do anything currently. */
 	}
 	else
-		purple_debug_warning("msn", "Unprocessed SLP message with flags 0x%08lx\n",
+		purple_debug_warning("msn", "Unprocessed SLP message with flags 0x%04x\n",
 		                     slpmsg->header->flags);
 
 	return slpcall;


More information about the Commits mailing list