pidgin: 2481b51d: The correct fix here is to place non-cod...

qulogic at pidgin.im qulogic at pidgin.im
Sun May 3 20:05:32 EDT 2009


-----------------------------------------------------------------
Revision: 2481b51dce05a40973c023cb3c62c66b082e11bf
Ancestor: c785dd7b32d64c2957237334fe0508f4058e7dd6
Author: qulogic at pidgin.im
Date: 2009-05-03T23:02:31
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2481b51dce05a40973c023cb3c62c66b082e11bf

Modified files:
        libpurple/protocols/jabber/useravatar.c

ChangeLog: 

The correct fix here is to place non-code in a comment (yes, even if it's
#if'd out).

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/useravatar.c	296ae189f1c3453b4b01d4e6f30bed257d877e1d
+++ libpurple/protocols/jabber/useravatar.c	1089a0ec138047f19bce5f5e70859a150aee77d6
@@ -46,7 +46,7 @@ remove_avatar_0_12_nodes(JabberStream *j
 remove_avatar_0_12_nodes(JabberStream *js)
 {
 #if 0
-	See note below for why this is #if 0'd
+	/* See note below for why this is #if 0'd */
 
 	/* Publish an empty avatar according to the XEP-0084 v0.12 semantics */
 	xmlnode *publish, *item, *metadata;


More information about the Commits mailing list