# HG changeset patch # User Etan Reisner # Date 1231392250 0 # Node ID ca4ccf6469936125335d71c22ef869e9887065ec # Parent fe5179d40a510d50e6b9c6328ef914e6cae69f90 Correct a comment, I don't imagine anyone will actually need this but better it should at least be accurate. diff -r fe5179d40a51 -r ca4ccf646993 libpurple/protocols/jabber/buddy.c --- a/libpurple/protocols/jabber/buddy.c Thu Jan 08 04:37:42 2009 +0000 +++ b/libpurple/protocols/jabber/buddy.c Thu Jan 08 05:24:10 2009 +0000 @@ -621,11 +621,7 @@ /* * This is the callback from the "ok clicked" for "set vCard" * - * Formats GSList data into XML-encoded string and returns a pointer - * to said string. - * - * g_free()'ing the returned string space is the responsibility of - * the caller. + * Sets the vCard with data from PurpleRequestFields. */ static void jabber_format_info(PurpleConnection *gc, PurpleRequestFields *fields)