From e31eb2b03131dcff7d3baecdef4642ca528057bb Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Tue, 28 Aug 2018 23:27:44 +0200 Subject: [PATCH] Increase the maximum recursion depth. --- midizap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midizap.c b/midizap.c index 9d7e2b5..e71ce23 100644 --- a/midizap.c +++ b/midizap.c @@ -713,7 +713,7 @@ static void end_debug() } // maximum recursion depth -#define MAX_DEPTH 10 +#define MAX_DEPTH 32 void send_strokes(translation *tr, uint8_t portno, int status, int chan,