aboutsummaryrefslogtreecommitdiff
path: root/tools/301_solve_file
diff options
context:
space:
mode:
Diffstat (limited to 'tools/301_solve_file')
-rw-r--r--tools/301_solve_file/solve_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/301_solve_file/solve_file.c b/tools/301_solve_file/solve_file.c
index 06b8198..110c7d2 100644
--- a/tools/301_solve_file/solve_file.c
+++ b/tools/301_solve_file/solve_file.c
@@ -46,7 +46,7 @@ int main(int argc, char **argv) {
46 scrfilename = argv[2]; 46 scrfilename = argv[2];
47 47
48 srand(time(NULL)); 48 srand(time(NULL));
49 nissy_setlogger(log_stdout, NULL); 49 nissy_setlogger(log_stderr, NULL);
50 50
51 sprintf(filename, "tables/%s", solver); 51 sprintf(filename, "tables/%s", solver);
52 if (getdata(solver, &buf, filename) != 0) 52 if (getdata(solver, &buf, filename) != 0)

Generated with cgit - Back to sebastiano.tronto.net