openbsd-ports/net/uucp/patches/patch-cu_c

15 lines
496 B
Plaintext
Raw Normal View History

broken send file function fix, Frederick Bruckman, netbsd pr 6834
$OpenBSD: patch-cu_c,v 1.1.1.1 2001/07/13 02:27:16 fgsch Exp $
--- cu.c.orig Sun Aug 20 15:29:25 1995
+++ cu.c Thu Jul 12 02:01:04 2001
@@ -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;