On Thu, 11 Jun 2015 12:25:34 -0400 Wolfgang Corcoran-Mathe <[email protected]> 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 <[email protected]>
On Thu, 11 Jun 2015 12:25:34 -0400 Wolfgang Corcoran-Mathe <[email protected]> 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 <[email protected]>