shithub: puzzles

Download patch

ref: bd20565c94d20e531900c299a71bc6475c27d03f
parent: e6b4800d86cfc5e1bfc5e3b5bde78a182f6fe5b2
author: Simon Tatham <anakin@pobox.com>
date: Thu Feb 2 18:04:46 EST 2012

Correct kdiff setting.

[originally from svn r9403]

--- a/solo.c
+++ b/solo.c
@@ -2041,7 +2041,7 @@
 					     );
 		if (ret > 0) {
 		    changed = TRUE;
-		    kdiff = max(kdiff, DIFF_KINTERSECT);
+		    kdiff = max(kdiff, DIFF_KSUMS);
 		} else if (ret < 0) {
 		    diff = DIFF_IMPOSSIBLE;
 		    goto got_result;