Statics are always initalized to 0

This commit is contained in:
Arun Prakash Jana 2020-03-27 14:38:56 +05:30
parent bf057c1007
commit 72333dcdd6
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 2 deletions

View File

@ -1524,8 +1524,6 @@ static bool initcurses(void *oldmask)
g_ctx[i].color = 4;
init_pair(i + 1, g_ctx[i].color, -1);
memset(g_ctx[i].c_fltr, 0, REGEX_MAX);
}
settimeout(); /* One second */