--- do_command.c.orig 2009-11-12 10:33:13.000000000 -0800 +++ do_command.c 2009-11-12 10:33:27.000000000 -0800 @@ -505,7 +505,7 @@ char buf[MAX_TEMPSTR]; sprintf(buf, - "mailed %d byte%s of output but got status 0x%04x\n", + "mailed %d byte%s of output but got status 0x%04x", bytes, (bytes==1)?"":"s", status); log_it(usernm, getpid(), "MAIL", buf);