Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #239411: fix for
bug #328569
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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