Gotta love running into stuff like this…
if ( -1 == lo ) lo = 0; else lo = lo++;
The intent, of course, is to INCREMENT THE DAMN LO VARIABLE (not the weird step function that is actually happening). This has been thoughtfully copied and pasted so that it resides in 5 different locations in the source. Sigh.