Re: grdc: fprintf(stderr -> warnx

2017-07-08 Thread Marc Espie
On Sat, Jul 08, 2017 at 01:56:09PM -0500, Scott Cheloha wrote: > > On Jul 8, 2017, at 1:13 PM, Theo Buehler wrote: > > > > On Sat, Jul 08, 2017 at 10:27:43AM -0500, Scott Cheloha wrote: > >> Just use warnx. > > > > I don't have a real opinion on this one, but note that this changes > > the outpu

Re: grdc: fprintf(stderr -> warnx

2017-07-08 Thread Theo Buehler
On Sat, Jul 08, 2017 at 01:56:09PM -0500, Scott Cheloha wrote: > > On Jul 8, 2017, at 1:13 PM, Theo Buehler wrote: > > > > On Sat, Jul 08, 2017 at 10:27:43AM -0500, Scott Cheloha wrote: > >> Just use warnx. > > > > I don't have a real opinion on this one, but note that this changes > > the outpu

Re: grdc: fprintf(stderr -> warnx

2017-07-08 Thread Scott Cheloha
> On Jul 8, 2017, at 1:13 PM, Theo Buehler wrote: > > On Sat, Jul 08, 2017 at 10:27:43AM -0500, Scott Cheloha wrote: >> Just use warnx. > > I don't have a real opinion on this one, but note that this changes > the output slightly. Are you worried this will break something? > Moreover, there's

Re: grdc: fprintf(stderr -> warnx

2017-07-08 Thread Theo Buehler
On Sat, Jul 08, 2017 at 10:27:43AM -0500, Scott Cheloha wrote: > Just use warnx. I don't have a real opinion on this one, but note that this changes the output slightly. Moreover, there's another fprintf(stderr, ...) that you might want to convert > > -- > Scott Cheloha > > Index: games/grdc/g

grdc: fprintf(stderr -> warnx

2017-07-08 Thread Scott Cheloha
Just use warnx. -- Scott Cheloha Index: games/grdc/grdc.c === RCS file: /cvs/src/games/grdc/grdc.c,v retrieving revision 1.26 diff -u -p -r1.26 grdc.c --- games/grdc/grdc.c 7 Mar 2016 12:07:56 - 1.26 +++ games/grdc/grdc.c