On Fri, 2 Oct 2015 10:40:12 -0400
Greg Reagle <greg.rea...@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 <d...@frign.de>

Reply via email to