Subject: CVS commit: basesrc/games/factor
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/17/2002 18:43:53
Module Name:	basesrc
Committed By:	simonb
Date:		Mon Jun 17 15:43:53 UTC 2002

Modified Files:
	basesrc/games/factor: factor.c

Log Message:
Fix a logic botch where if a number smaller than the square of the seive
was prime to still called the Pollard Rho function when it didn't have
to.  Problem report by Nathan Williams.

Unfortunately this one can't be picked up by a simple regression test
since the broken way still produced the correct output, but just took
far longer...


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/games/factor/factor.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.