summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/cu/cu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/cu/cu.c')
-rw-r--r--gnu/libexec/uucp/cu/cu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/cu/cu.c b/gnu/libexec/uucp/cu/cu.c
index 78703f24a44..5dd738daa08 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.1 1995/10/18 08:38:27 deraadt Exp $";
+const char cu_rcsid[] = "$Id: cu.c,v 1.2 1999/02/24 10:21:20 deraadt Exp $";
#endif
#include "cu.h"
@@ -2101,7 +2101,7 @@ fcusend_buf (qconn, zbufarg, cbufarg)
of normal characters; when we send a newline we look for
*zCuvar_echonl. */
if ((fCuvar_echocheck && ! fCuvar_binary)
- || (fnl && *zCuvar_echonl != '\0'))
+ && (fnl && *zCuvar_echonl != '\0'))
{
long iend;