libpurple/protocols/mxit/protocol.c

branch
mxit
changeset 31718
c2de8a92e675
parent 31714
4fb9e95a7c4f
child 31719
a0a1e1fe74ef
--- a/libpurple/protocols/mxit/protocol.c	Mon Apr 11 21:00:18 2011 +0000
+++ b/libpurple/protocols/mxit/protocol.c	Mon Apr 11 21:28:33 2011 +0000
@@ -1464,7 +1464,7 @@
 		session->http_sesid = atoi( records[0]->fields[0]->data );
 	}
 
-	/* extract MXitId (from protocol 5.9) */
+	/* extract UserId (from protocol 5.9) */
 	if ( records[1]->fcount >= 9 )
 		session->uid = g_strdup( records[1]->fields[8]->data );
 

mercurial