aboutsummaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.c b/shell.c
index 5706189..11c53c2 100644
--- a/shell.c
+++ b/shell.c
@@ -241,7 +241,7 @@ randomcube_exec(args_t *args)
241 eo = rand64(); 241 eo = rand64();
242 cp = rand64(); 242 cp = rand64();
243 co = rand64(); 243 co = rand64();
244 ret = nissy_getcube(ep, eo, cp, co, args->str_options, result); 244 ret = nissy_getcube(ep, eo, cp, co, "fix", result);
245 print_str_result(ret, result); 245 print_str_result(ret, result);
246 246
247 return ret; 247 return ret;
@@ -305,7 +305,7 @@ gendata_exec(args_t *args)
305 } 305 }
306 if (ret != size) { 306 if (ret != size) {
307 fprintf(stderr, "Unknown error: unexpected data size " 307 fprintf(stderr, "Unknown error: unexpected data size "
308 "got %" PRId64 ", expected %" PRId64)\n", ret, size); 308 "got %" PRId64 ", expected %" PRId64 ")\n", ret, size);
309 fclose(file); 309 fclose(file);
310 free(buf); 310 free(buf);
311 return -5; 311 return -5;

Generated with cgit - Back to sebastiano.tronto.net