Jim Meyering <[EMAIL PROTECTED]> wrote:
...
> diff --git a/src/join.c b/src/join.c
> index 8f0d436..aaf66b0 100644
> --- a/src/join.c
> +++ b/src/join.c
...
> @@ -404,6 +406,7 @@ get_line (FILE *fp, struct line *line, int which)
> error (EXIT_FAILURE, errno, _("read error"));
> free (line->buf.buffer);
> line->buf.buffer = NULL;
> + // prevline[which - 1] = NULL;
> return false;
> }
>
BTW, that chunk is obviously not going to be pushed.
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils