On Thu, 11 Jun 2015 12:25:34 -0400
Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com> wrote:
Hey Wolfgang,
> + ret |= cksum(fp, *argv);
better practice here is to set "ret" global and just do a
ret = 1;
return;
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Thu Jun 11 2015 - 19:12:18 CEST