fix: vagrant reports "Conditional jump or move depends on uninitialised value"
This commit is contained in:
parent
42f8309c97
commit
ff4e282d70
2
main.c
2
main.c
@ -62,7 +62,7 @@ void do_magic(uint arr_len){
|
||||
|
||||
int main()
|
||||
{
|
||||
int selection, arr_len=0;
|
||||
int selection=0, arr_len=0;
|
||||
|
||||
print_banner();
|
||||
|
||||
|
Reference in New Issue
Block a user