From 2282334f54148876280bdf2918e8935338197461 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 22 Nov 2024 20:45:48 +0100 Subject: [PATCH] nu --- libr/cons/cons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/cons/cons.c b/libr/cons/cons.c index b928409056..ae58e67709 100644 --- a/libr/cons/cons.c +++ b/libr/cons/cons.c @@ -9,7 +9,7 @@ R_LIB_VERSION (r_cons); static R_TH_LOCAL int oldraw = -1; -static R_TH_LOCAL RConsContext r_cons_context_default = {{{{0}}}}; +static R_TH_LOCAL RConsContext r_cons_context_default = {0}; static R_TH_LOCAL RCons g_cons_instance = {0}; static R_TH_LOCAL RCons *r_cons_instance = NULL; static R_TH_LOCAL ut64 prev = 0LL; //r_time_now_mono ();