Hi Guido, I did some minor changes (commit messages plus a small convention issue... you need the (void)f() cast if you call a function that returns a value and you then ignore it. But your new helper in patch 4 is of type void, so you don't need to cast to (void).
Pushed. /D On Mon, Sep 14, 2015 at 10:09:23PM +0200, Guido Lerch wrote: > One bug fix, > 2 code simplifications that done have real algorithm changes. _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
