aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-02 23:10:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-02 23:10:39 +0000
commit1546c307a648353a0c382f87b567aa01ef4a2af3 (patch)
tree024b4cdce201ecb4d4c1016126004ac0ff8c5931 /gnu/libexec
parent09b7b3dcca34337d1213b9d02ac94731fede0381 (diff)
Notes
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/cu/cu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/cu/cu.c b/gnu/libexec/uucp/cu/cu.c
index 795d5cf3b15a..54516b62dd34 100644
--- a/gnu/libexec/uucp/cu/cu.c
+++ b/gnu/libexec/uucp/cu/cu.c
@@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
-const char cu_rcsid[] = "$Id: cu.c,v 1.28 1994/01/30 21:01:46 ian Rel $";
+const char cu_rcsid[] = "$Id: cu.c,v 1.2 1994/05/07 18:09:54 ache Exp $";
#endif
#include "cu.h"
@@ -1896,6 +1896,9 @@ icutake (puuconf, argc, argv, pvar, pinfo)
break;
}
+ if (b == '\r')
+ continue;
+
if (ceoflen == 0)
{
if (cfilewrite (e, &b, 1) != 1)