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

(-)sysklogd-1.5.orig/syslogd.c (-1 / +1 lines)
Lines 2392-2398 Link Here
2392
		if (*p == '\0' || *p == '#')
2392
		if (*p == '\0' || *p == '#')
2393
			continue;
2393
			continue;
2394
#if CONT_LINE
2394
#if CONT_LINE
2395
		strcpy(cline, p);
2395
		memmove(cline, p, strlen(p)+1);
2396
#endif
2396
#endif
2397
		for (p = strchr(cline, '\0'); isspace(*--p););
2397
		for (p = strchr(cline, '\0'); isspace(*--p););
2398
#if CONT_LINE
2398
#if CONT_LINE

Return to bug 337279