'everything' module: whoops choose the offset weight for fuzzy matching way too large

SVN revision: 41829
This commit is contained in:
Hannes Janetzek 2009-08-17 02:18:19 +00:00
parent 16623102f0
commit 0970a9894c
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ evry_fuzzy_match(const char *str, const char *match)
/* first offset of match in word */
if (!first)
{
offset *= 10;
offset *= 2;
last = offset;
first = 1;
}