spoof more calls for Sketch 53.2

This commit is contained in:
Evgeny Zinoviev 2019-03-31 00:34:40 +03:00
parent f6747ba6d9
commit e22e14ddb1

View File

@ -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;