changed arguments to send to include the new doignore argument
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Thu, 29 Jul 1982 14:13:26 +0000 (06:13 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Thu, 29 Jul 1982 14:13:26 +0000 (06:13 -0800)
SCCS-vsn: usr.bin/mail/edit.c 2.3

usr/src/usr.bin/mail/edit.c

index fce69ca..613a8ff 100644 (file)
@@ -10,7 +10,7 @@
  * Perform message editing functions.
  */
 
  * Perform message editing functions.
  */
 
-static char *SccsId = "@(#)edit.c      2.2 %G%";
+static char *SccsId = "@(#)edit.c      2.3 %G%";
 
 /*
  * Edit a message list.
 
 /*
  * Edit a message list.
@@ -108,7 +108,7 @@ edit1(msgvec, ed)
                        perror(edname);
                        goto out;
                }
                        perror(edname);
                        goto out;
                }
-               if (send(mp, obuf) < 0) {
+               if (send(mp, obuf, 0) < 0) {
                        perror(edname);
                        fclose(obuf);
                        remove(edname);
                        perror(edname);
                        fclose(obuf);
                        remove(edname);