Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277459
Collapse All | Expand All

(-)xsys-2.2.0/xsys.c (-2 / +2 lines)
Lines 509-515 Link Here
509
509
510
static int netstream_cb(char *word[], char *word_eol[], void *userdata)
510
static int netstream_cb(char *word[], char *word_eol[], void *userdata)
511
{
511
{
512
	char netstream[bsize], mag_r[3], mag_s[5];
512
	char netstream[bsize], mag_r[5], mag_s[5];
513
	unsigned long long bytes_recv, bytes_sent, bytes_recv_p, bytes_sent_p;
513
	unsigned long long bytes_recv, bytes_sent, bytes_recv_p, bytes_sent_p;
514
	struct timespec ts = {1, 0};
514
	struct timespec ts = {1, 0};
515
	
515
	
Lines 719-725 Link Here
719
		flat_format_output("length", length, format);
719
		flat_format_output("length", length, format);
720
	else
720
	else
721
		format_output("length", length, format);
721
		format_output("length", length, format);
722
	strncat(title, length, bsize);
722
	strncat(title, length, bsize - 1);
723
	
723
	
724
	if ((action != 0) && (long)userdata)
724
	if ((action != 0) && (long)userdata)
725
		xchat_printf(ph, "You are %s", title);
725
		xchat_printf(ph, "You are %s", title);

Return to bug 277459