bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Implement join --check-order and --nocheck-order.


From: Jim Meyering
Subject: Re: [PATCH] Implement join --check-order and --nocheck-order.
Date: Sun, 23 Mar 2008 15:34:21 +0100

Jim Meyering <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]