From f35869c314e22427d295fc69b4d0d4ed1de87f51 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 8 Mar 2020 21:37:10 +0000 Subject: [PATCH] [julia] always set rit --- julia.c | 1 + 1 file changed, 1 insertion(+) diff --git a/julia.c b/julia.c index 48ae6fc..c2c887f 100644 --- a/julia.c +++ b/julia.c @@ -93,6 +93,7 @@ iterate(long double complex z, long double complex c, long double *rit) ? -1 : i; } + *rit = 0; return -1; }