On Mon, 6 Oct 2025 15:04:41 -0400, Chet Ramey wrote:+ ct = (nflag || delim) && isatty (fd);So this line should readct = (nflag || delim != '\n') && isatty (fd);Just a reminder, this is still not fixed.
It is.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU [email protected] http://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
