Last chance to voice objections. I plan to commit this in the next days.

natano


> Index: diffreg.c
> ===================================================================
> RCS file: /cvs/src/usr.bin/diff/diffreg.c,v
> retrieving revision 1.90
> diff -u -p -r1.90 diffreg.c
> --- diffreg.c 26 Oct 2015 12:52:27 -0000      1.90
> +++ diffreg.c 21 Feb 2016 16:01:43 -0000
> @@ -1075,8 +1075,9 @@ proceed:
>                * back and restart where we left off.
>                */
>               diff_output(".\n");
> -             diff_output("%ds/.//\n", a);
> -             a += i;
> +             diff_output("%ds/.//\n", a + i - 1);
> +             b = a + i - 1;
> +             a = b + 1;
>               c += i;
>               goto restart;
>       }
> 

Reply via email to