mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
examples: Fixed CompDir
This commit is contained in:
parent
861b26d694
commit
95873d8b58
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ bool TextComparator::Find(int start1, int end1, int start2, int end2, int& best_
|
|||
int last = max(best_count - chunk + 1, 0);
|
||||
const Index<dword> *hp1 = &hash1[lvl];
|
||||
const Index<dword> *hp2 = &hash2[lvl];
|
||||
const unsigned *h1 = hp1->begin() + start1;
|
||||
const dword *h1 = hp1->begin() + start1;
|
||||
|
||||
int i = hp2->Find(*h1);
|
||||
while(i >= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue