On Wed, Sep 14, 2016 at 06:40:57AM +0000, Mike Ralphson wrote: > Two instances of %ld being used for unsigned longs Obviously this is an improvement, but I'm kind of surprised that compiler warnings didn't flag this. I couldn't find a "-W" combination that noticed, though (at least not with gcc 6). -Peff