mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Update precomp.cpp
This commit is contained in:
parent
61a6c5ed9e
commit
f82156335a
1 changed files with 1 additions and 1 deletions
|
|
@ -2780,7 +2780,7 @@ bool check_inf_result(int cb_pos, int windowbits, bool use_brute_parameters = fa
|
|||
// did this before)
|
||||
memset(&histogram[0], 0, sizeof(histogram));
|
||||
int maximum=0, used=0, offset=cb_pos;
|
||||
for (int i=0;i<8;i++,offset+=64){
|
||||
for (int i=0;i<4;i++,offset+=64){
|
||||
for (int j=0;j<64;j++){
|
||||
int* freq = &histogram[in_buf[offset+j]];
|
||||
used+=((*freq)==0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue