> Seems like, Theo was ok with this over in misc@.
> 
> First patch (utterly trivial) am I doing this right?


I wasn't ok with your change at all.  Your process seems to be
"I don't understand the problem, so here is a diff"

> --- /usr/src/bin/ed/io.c      Wed Nov 12 08:50:07 2014
> +++ /home/ben/src/io.c        Sun Nov 23 19:47:02 2014
> @@ -336,10 +336,8 @@
>               } else
>                       putchar(*s);
>       }
> -#ifndef BACKWARDS
>       if (gflag & GLS)
>               putchar('$');
> -#endif
>       putchar('\n');
>       return 0;
>  }
> 

Reply via email to