aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c
index 40a5748..3ee69c4 100644
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -268,7 +268,7 @@ randomcube_exec(args_t *args)
268 eo = rand64(); 268 eo = rand64();
269 cp = rand64(); 269 cp = rand64();
270 co = rand64(); 270 co = rand64();
271 ret = nissy_getcube(ep, eo, cp, co, "fix", result); 271 ret = nissy_getcube(ep, eo, cp, co, 0, "fix", result);
272 if (ret == NISSY_OK || ret == NISSY_WARNING_UNSOLVABLE) 272 if (ret == NISSY_OK || ret == NISSY_WARNING_UNSOLVABLE)
273 printf("%s\n", result); 273 printf("%s\n", result);
274 274

Generated with cgit - Back to sebastiano.tronto.net