diff options
author | Warner Losh <imp@FreeBSD.org> | 1997-03-28 15:48:21 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1997-03-28 15:48:21 +0000 |
commit | 91477cc4d7fe265d722af24b978c1e6147178301 (patch) | |
tree | 8a411abbd72d727a49138925e161f1519e274a41 /libexec/mail.local | |
parent | 93ef08af3ef1a9fb7a3af6b7212d3ca094e9aba6 (diff) | |
download | src-91477cc4d7fe265d722af24b978c1e6147178301.tar.gz src-91477cc4d7fe265d722af24b978c1e6147178301.zip |
Notes
Diffstat (limited to 'libexec/mail.local')
-rw-r--r-- | libexec/mail.local/mail.local.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c index 1809f35696e0..cb47bfbdf139 100644 --- a/libexec/mail.local/mail.local.c +++ b/libexec/mail.local/mail.local.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: mail.local.c,v 1.12 1997/02/22 14:21:48 peter Exp $ */ #ifndef lint @@ -94,7 +94,7 @@ main(argc, argv) from = NULL; nobiff = 0; - while ((ch = getopt(argc, argv, "bdf:r:")) != EOF) + while ((ch = getopt(argc, argv, "bdf:r:")) != -1) switch(ch) { case 'b': nobiff++; |