From: SourceForge.net <no...@so...> - 2005-06-18 02:35:04
|
Patches item #1223021, was opened at 2005-06-18 02:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1223021&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jason Roth (jroth2) Assigned to: Nobody/Anonymous (nobody) Summary: fixes bug #1222552 Initial Comment: As described in bug report #1222552, gaim will disconnect the current msn session and corrupt blist.xml when you try to add an msn screenname with a space in it (e.g. "foo ba...@ho..."). This patch adds a check to userlist.c in the form of a three line if statement if(strrchr(who, " ") == NULL) { gaim_debug("msn", "MSN screennames cannot contain spaces"); return; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1223021&group_id=235 |