diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2019-03-31 00:34:40 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2019-03-31 00:34:40 +0300 |
commit | e22e14ddb18f52014004336047d8191d09030d5a (patch) | |
tree | 2f27904e49a81719070cef1d6a5c1aa838f4c60d | |
parent | f6747ba6d9e0d45b2006e34f49112ed441af9946 (diff) |
spoof more calls for Sketch 53.2
-rw-r--r-- | sketchtrial.c | 2 |
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; |