From e22e14ddb18f52014004336047d8191d09030d5a Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 31 Mar 2019 00:34:40 +0300 Subject: spoof more calls for Sketch 53.2 --- sketchtrial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketchtrial.c b/sketchtrial.c index 56175cb..388f8ab 100644 --- a/sketchtrial.c +++ b/sketchtrial.c @@ -9,7 +9,7 @@ #include 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; -- cgit v1.2.3