mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
ng_limex_accel: fix broken termination condition
This commit is contained in:
parent
083d84cfd6
commit
4cc998e4ab
@ -227,7 +227,6 @@ void findBest(vector<vector<CharReach> >::const_iterator pb,
|
||||
DEBUG_PRINTF("new best\n");
|
||||
*best = curr;
|
||||
}
|
||||
*best = curr;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user