1
Fork 0

*** empty log message ***

This commit is contained in:
fc_botelho 2009-03-09 03:05:48 +00:00
parent 1ce421d289
commit 3d084cf7fa
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static cmph_uint8 searching(fch_config_data_t *fch, fch_buckets_t *buckets, cmph
}
//getchar();
}
} while(restart && (searching_iterations < 10));
} while(restart && (searching_iterations < 10) && (iteration_to_generate_h2 < 1000));
free(map_table);
free(random_table);
return restart;