aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2019-03-31 00:34:40 +0300
committerEvgeny Zinoviev <me@ch1p.io>2019-03-31 00:34:40 +0300
commite22e14ddb18f52014004336047d8191d09030d5a (patch)
tree2f27904e49a81719070cef1d6a5c1aa838f4c60d
parentf6747ba6d9e0d45b2006e34f49112ed441af9946 (diff)
spoof more calls for Sketch 53.2
-rw-r--r--sketchtrial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sketchtrial.c b/sketchtrial.c
index 56175cb..388f8ab 100644
--- a/sketchtrial.c
+++ b/sketchtrial.c
@@ -9,7 +9,7 @@
#include <pthread.h>
static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
-static int calls_left = 3; // actually 2 seems to be enough. use 3 just for safety
+static int calls_left = 9;
static bool done = false;
static char buf[32];
static long days = -5000;