Julian Elischer wrote: > + if (ldt_warnings++ < NUM_LDT_WARNINGS) { Still broken on rollover; use: + if (ldt_warnings < NUM_LDT_WARNINGS) { + ldt_warnings++; -- TerryReceived on Fri Aug 01 2003 - 23:56:28 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:17 UTC