pidgin: 12e5177a: jabber: Nothing to see here

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sat May 1 17:45:41 EDT 2010


-----------------------------------------------------------------
Revision: 12e5177a4baf89b8955c842daac919e70f77696d
Ancestor: 3ee9396a56a320a1cf58e22b2284a6cbf8734f5f
Author: darkrain42 at pidgin.im
Date: 2010-05-01T17:38:40
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/12e5177a4baf89b8955c842daac919e70f77696d

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

ChangeLog: 

jabber: Nothing to see here

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/auth_plain.c	f1a7627d8d70b57069a6949ab31a23a00bb6d993
+++ libpurple/protocols/jabber/auth_plain.c	0cea8f0272a4cdf948cde0ecc7fc631b3a9754c9
@@ -47,9 +47,9 @@ static xmlnode *finish_plaintext_authent
 	}
 
 	response = g_string_new("");
-	response = g_string_append_len(response, "\0", 1);
+	response = g_string_append_c(response, '\0');
 	response = g_string_append(response, js->user->node);
-	response = g_string_append_len(response, "\0", 1);
+	response = g_string_append_c(response, '\0');
 	response = g_string_append(response,
 			purple_connection_get_password(js->gc));
 


More information about the Commits mailing list