pidgin: da7bc141: Fixed properly now.

andrew.victor at mxit.com andrew.victor at mxit.com
Thu Aug 25 02:45:53 EDT 2011


----------------------------------------------------------------------
Revision: da7bc1419142f97b2def127ef42c9c7c562e77e3
Parent:   48c374c0a108d01eea9ef1d80b622a4c940dad92
Author:   andrew.victor at mxit.com
Date:     08/23/11 04:33:52
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/da7bc1419142f97b2def127ef42c9c7c562e77e3

Changelog: 

Fixed properly now.


Changes against parent 48c374c0a108d01eea9ef1d80b622a4c940dad92

  patched  libpurple/protocols/mxit/login.c

-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/login.c	ec355e7a312d2722bb9c2d82ef8b2c50cf0f5931
+++ libpurple/protocols/mxit/login.c	7c459429271ac555a1137f3b503cdc2e5b2f9f71
@@ -57,7 +57,7 @@ static struct MXitSession* mxit_create_o
 		const char* username	= purple_account_get_username( account );
 
 		if ( username[0] == '+' ) {
-			char* fixed	= g_strdup( &account->username[1] );
+			char* fixed	= g_strdup( &username[1] );
 			purple_account_set_username( account, fixed );
 			g_free( fixed );
 		}


More information about the Commits mailing list