A fix for an obvious bug in hash generating proram.

parent e3c64d30
...@@ -274,7 +274,7 @@ void print_arrays() ...@@ -274,7 +274,7 @@ void print_arrays()
function_plus,function_mod); function_plus,function_mod);
int *prva= (int*) my_alloca(sizeof(int)*function_mod); int *prva= (int*) my_alloca(sizeof(int)*function_mod);
for (i=0 ; i <= function_mod; i++) for (i=0 ; i < function_mod; i++)
prva[i]= max_symbol; prva[i]= max_symbol;
for (i=0;i<size;i++) for (i=0;i<size;i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment