Re: [hackers] sbase: od: properly concatenate multiple file arguments

From: FRIGN <dev_AT_frign.de>
Date: Fri, 2 Oct 2015 17:03:07 +0200

On Fri, 2 Oct 2015 10:40:12 -0400
Greg Reagle <greg.reagle_AT_umbc.edu> wrote:

> Relative to master.

Better rename it to "lastfile". Then it's clearer ;)

Also:
- off_t addr;
+ static off_t addr = 0;

please just keep the initialization inside the for-loop.
It's a slightly better style than setting the variable
directly at the declaration block.

Cheers

FRIGN

-- 
FRIGN <dev_AT_frign.de>
Received on Fri Oct 02 2015 - 17:03:07 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 02 2015 - 17:12:15 CEST