[Issue 12185] AA get() is getting in the way of diagnostics
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 17 05:58:54 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12185
--- Comment #5 from Andrej Mitrovic <andrej.mitrovich at 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: -------
More information about the Digitalmars-d-bugs
mailing list