aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-23 22:28:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-23 22:28:44 +0000
commit90066b42349713b8f1f3020ee2aed458e4722509 (patch)
tree769a8d37c795498116d18cccc937460d10183d6e
parenta2198cee2bdfc746aa32e227aabd00d077345cb2 (diff)
downloadlibextractor-90066b42349713b8f1f3020ee2aed458e4722509.tar.gz
libextractor-90066b42349713b8f1f3020ee2aed458e4722509.zip
undo LRN's fix, comment on what is happening
-rw-r--r--src/plugins/test_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/test_lib.c b/src/plugins/test_lib.c
index 057f458..df8771a 100644
--- a/src/plugins/test_lib.c
+++ b/src/plugins/test_lib.c
@@ -129,7 +129,7 @@ run (const char *plugin_name,
129 plugin_name); 129 plugin_name);
130 } 130 }
131 else 131 else
132 ps[i].solution[j].solved = 1; 132 ps[i].solution[j].solved = 0; /* reset for next round */
133 return ret; 133 return ret;
134} 134}
135 135