Re: [hackers] [sbase] [PATCH] cksum: Skip files with read errors and continue

From: FRIGN <dev_AT_frign.de>
Date: Thu, 11 Jun 2015 19:12:18 +0200

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

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:36:44 CEST