On 29/03/19 11:16, Martin Castillo wrote: > I was reading through tee.c and saw > 231: bytes_read = read (0, buffer, sizeof buffer); > > Maybe it should read > read(STDIN_FILENO, buffer, sizeof buffer); > ? > > Greetings, > Martin Castillo
Pushed: https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=ba36d51 marking this as done. thanks, Pádraig