Subject: Re: setting and using progname.
To: Andrew Brown <atatat@atatdot.net>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-userlevel
Date: 10/04/2000 13:16:03
Andrew Brown <atatat@atatdot.net> writes:

> i suppose if you wished, you could also stuff the strrchr() call
> into the ?: operator in the strncpy() argument.  :)

Can we please avoid silly hacks like this? I'd much rather see an `if'
there than the ?: thing.

/Johan