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

(-)parse.c~ (-1 / +2 lines)
Lines 1432-1438 static void p_mode(char *from, char **Ar Link Here
1432
	set_display_target(channel, LOG_CRAP);
1432
	set_display_target(channel, LOG_CRAP);
1433
	if (channel && line)
1433
	if (channel && line)
1434
	{
1434
	{
1435
		strcpy(buffer, line);
1435
		strncpy(buffer, line, sizeof(buffer) - 1);
1436
		buffer[sizeof(buffer) - 1] = '\0';
1436
		if (get_int_var(MODE_STRIPPER_VAR))
1437
		if (get_int_var(MODE_STRIPPER_VAR))
1437
			strip_modes(from,channel,line);
1438
			strip_modes(from,channel,line);
1438
		if (is_channel(channel))
1439
		if (is_channel(channel))

Return to bug 190667