Small error in solver diagnostics.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Oct 2005 15:01:40 +0000 (15:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Oct 2005 15:01:40 +0000 (15:01 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6402 cda61777-01e9-0310-a592-d414129be87e

tents.c

diff --git a/tents.c b/tents.c
index b29fb22..dc22467 100644 (file)
--- a/tents.c
+++ b/tents.c
@@ -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];