Phil Bordelon points out that the Unequal difficulty settings

documentation is a bit odd, and also offers a signedness fix in
latin.c.

[originally from svn r7112]
This commit is contained in:
Simon Tatham
2007-01-15 20:04:11 +00:00
parent ea71043500
commit 7a41702606
2 changed files with 6 additions and 5 deletions

View File

@ -947,7 +947,7 @@ void latin_solver_debug(unsigned char *cube, int o)
#ifdef STANDALONE_SOLVER
if (solver_show_working) {
struct latin_solver ls, *solver = &ls;
char *dbg;
unsigned char *dbg;
int x, y, i, c = 0;
ls.cube = cube; ls.o = o; /* for cube() to work */