diff options
Diffstat (limited to 'shell/shell.c')
| -rw-r--r-- | shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c index 3ee69c4..1fa854f 100644 --- a/shell/shell.c +++ b/shell/shell.c | |||
| @@ -435,7 +435,7 @@ solve_exec(args_t *args) | |||
| 435 | ret = nissy_solve( | 435 | ret = nissy_solve( |
| 436 | args->cube, args->str_solver, nissflag, args->minmoves, | 436 | args->cube, args->str_solver, nissflag, args->minmoves, |
| 437 | args->maxmoves, args->maxsolutions, args->optimal, args->threads, | 437 | args->maxmoves, args->maxsolutions, args->optimal, args->threads, |
| 438 | size, buf, SOLUTIONS_BUFFER_SIZE, solutions, stats); | 438 | size, buf, SOLUTIONS_BUFFER_SIZE, solutions, stats, NULL, NULL); |
| 439 | 439 | ||
| 440 | free(buf); | 440 | free(buf); |
| 441 | 441 | ||
