commit 90066b42349713b8f1f3020ee2aed458e4722509 parent a2198cee2bdfc746aa32e227aabd00d077345cb2 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 23 Aug 2012 22:28:44 +0000 undo LRN's fix, comment on what is happening Diffstat:
| M | src/plugins/test_lib.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/test_lib.c b/src/plugins/test_lib.c @@ -129,7 +129,7 @@ run (const char *plugin_name, plugin_name); } else - ps[i].solution[j].solved = 1; + ps[i].solution[j].solved = 0; /* reset for next round */ return ret; }