Re: [dev] sbase TODO patch
On Thu, Feb 09, 2012 at 10:52:57PM +0000, Connor Lane Smith wrote:
> On 9 February 2012 22:44, Lukas Fleischer <suckless_AT_cryptocrack.de> wrote:
> > Yeah. 'if (!argv[1]) argv[1] = "y";' and this gets a +1 from me :)
>
> It'd probably be more like,
>
> > const char *s = (argc < 2) ? "y" : argv[1];
> > while(puts(s) != EOF);
Agreed :)
>
> cls
Received on Thu Feb 09 2012 - 23:55:02 CET
This archive was generated by hypermail 2.3.0
: Fri Feb 10 2012 - 00:00:13 CET