Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 7c5e6e51c9dd132fb603318c7d492bfa > files > 3

xchat-2.8.6-1mdv2009.0.src.rpm

--- src/common/ctcp.c~	2006-06-08 17:41:20.000000000 +0200
+++ src/common/ctcp.c	2006-06-08 17:42:56.000000000 +0200
@@ -130,7 +130,7 @@
 	if (!strcasecmp (msg, "VERSION") && !prefs.hidever)
 	{
 		snprintf (outbuf, sizeof (outbuf), "VERSION xchat "PACKAGE_VERSION" %s",
-					 get_cpu_str ());
+					 "\000");
 		serv->p_nctcp (serv, nick, outbuf);
 	}