Small error in solver diagnostics.

[originally from svn r6402]
This commit is contained in:
Simon Tatham
2005-10-15 15:01:40 +00:00
parent e841ab4367
commit 3bee86241c

View File

@ -875,7 +875,7 @@ static int tents_solve(int w, int h, const char *grid, int *numbers,
printf("%s %d forces %s at %d,%d\n",
step==1 ? "row" : "column",
step==1 ? start/w : start,
mrow[j] == TENT ? "tent" : "non-tent",
mthis[j] == TENT ? "tent" : "non-tent",
pos % w, pos / w);
#endif
soln[pos] = mthis[j];