zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Subject: Re: [tbm@cyrius.com: Bug#130817: zsh's echo doesn't error if device is full]
Date: Sun, 27 Jan 2002 18:23:04 -0500	[thread overview]
Message-ID: <20020127232304.GB2522@dman.com> (raw)
In-Reply-To: <20020127230655.GA2522@dman.com>

> Here's the "backport" for 4.0.x:

And this might help too.

Index: Src/builtin.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/builtin.c,v
retrieving revision 1.46.4.5
diff -u -r1.46.4.5 builtin.c
--- Src/builtin.c	2002/01/27 23:09:24	1.46.4.5
+++ Src/builtin.c	2002/01/27 23:22:01
@@ -2869,7 +2869,7 @@
 int
 bin_print(char *name, char **args, char *ops, int func)
 {
-    int nnl = 0, fd, argc, n;
+    int nnl = 0, fd, argc, n, ret = 0;
     int *len;
     Histent ent;
     FILE *fout = stdout;


      reply	other threads:[~2002-01-27 23:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-27 20:21 Clint Adams
2002-01-27 21:46 ` Bart Schaefer
2002-01-27 22:42   ` Clint Adams
2002-01-27 23:06     ` Clint Adams
2002-01-27 23:23       ` Clint Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020127232304.GB2522@dman.com \
    --to=clint@zsh.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).