https://d.puremagic.com/issues/show_bug.cgi?id=12185



--- Comment #5 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2014-02-17 
05:58:51 PST ---
(In reply to comment #4)
> -    size_t maxdist = seedlen < 3 ? seedlen - 1 : 2;
> +    size_t maxdist = seedlen < 3 ? seedlen - 1 : seedlen == 3 ? 1 : 2;

Don't we have a natural language processing / AI expert among us? Cough cough
Andrei. :)

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to