On Wednesday 28 September 2005 3:14 pm, Derek Atkins wrote: > Well, if there is a "random" failure we should really figure out what it is > that's failing.
Fixed. The routine was asking for a random integer between 0 and 40 and complaining when the value was < 1. Oops! Guess someone forgot the range in that line is 0 to 40 inclusive, not 1 to 39. Changed the range to start from 1. -- Neil Williams ============= http://www.data-freedom.org/ http://www.nosoftwarepatents.com/ http://www.linux.codehelp.co.uk/
pgpOqQstWGIJS.pgp
Description: PGP signature
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel