Patch from Ben Hutchings to fix an error-checking goof: Keen
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 16 May 2010 06:58:09 +0000 (06:58 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 16 May 2010 06:58:09 +0000 (06:58 +0000)
commitff483c16c41016dc71eee5120d99db4693a55b86
treefa0aa96a2d120b91bb5211bd0c75a19517802e42
parent38045529832fb2857d67f3dc436bdb0011ead64e
Patch from Ben Hutchings to fix an error-checking goof: Keen
division clues were failing to light up as erroneous if the quotient
of the numbers in them came out right under rounded-down C integer
division (e.g. 2 and 5 would be accepted for a 2/ clue). Apparently
I copied the code that invents clues in the generator straight into
the solution checker, without remembering that the generator was
allowed to do it that way because exact divisibility had been
checked elsewhere.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8951 cda61777-01e9-0310-a592-d414129be87e
keen.c