Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 163005 | Differences between
and this patch

Collapse All | Expand All

(-)linuxdcpp-orig/client/NmdcHub.cpp (-1 / +1 lines)
Lines 464-470 Link Here
464
464
465
		string::size_type i = param.find(" - ");
465
		string::size_type i = param.find(" - ");
466
		if(i == string::npos) {
466
		if(i == string::npos) {
467
			i = param.find(' ');
467
			i = param.find('|');
468
			if(i == string::npos) {
468
			if(i == string::npos) {
469
				getHubIdentity().setNick(unescape(param));
469
				getHubIdentity().setNick(unescape(param));
470
				getHubIdentity().setDescription(Util::emptyString);			
470
				getHubIdentity().setDescription(Util::emptyString);			

Return to bug 163005