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