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

(-)vixie-cron-4.1/do_command.c~ (-1 / +1 lines)
Lines 477-483 Link Here
477
477
478
			while (EOF != (ch = getc(in))) {
478
			while (EOF != (ch = getc(in))) {
479
				bytes++;
479
				bytes++;
480
				if (mailto)
480
				if (mail)
481
					putc(ch, mail);
481
					putc(ch, mail);
482
			}
482
			}
483
483

Return to bug 328569