spoof more calls for Sketch 53.2
This commit is contained in:
parent
f6747ba6d9
commit
e22e14ddb1
@ -9,7 +9,7 @@
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
|
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 bool done = false;
|
||||||
static char buf[32];
|
static char buf[32];
|
||||||
static long days = -5000;
|
static long days = -5000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user