Re: [dev] sbase TODO patch

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Thu, 9 Feb 2012 22:52:57 +0000

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);

cls
Received on Thu Feb 09 2012 - 23:52:57 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 10 2012 - 00:00:09 CET