shithub: orca

Download patch

ref: affc8ff2ab7f2ac7aa0d62b1e7f15878f10523c7
parent: f406736648cfe7d4d1b27a910540cb96984a5715
author: cancel <cancel@cancel.fm>
date: Sun Nov 25 05:41:58 EST 2018

Change to default to 1 tick

--- a/cli_main.c
+++ b/cli_main.c
@@ -8,7 +8,7 @@
                                         {NULL, 0, NULL, 0}};
 
   char* input_file = NULL;
-  int ticks = 0;
+  int ticks = 1;
 
   for (;;) {
     int c = getopt_long(argc, argv, "t:", cli_options, NULL);