On Mon, 6 Oct 2025 15:04:41 -0400, Chet Ramey wrote:
> > +      ct = (nflag || delim) && isatty (fd);
> So this line should read
> 
>         ct = (nflag || delim != '\n') && isatty (fd);

Just a reminder, this is still not fixed.

-Pourko


Reply via email to