[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:44:18 PST 2014


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



--- Comment #4 from yebblies <yebblies at gmail.com> 2014-02-18 00:44:17 EST ---
-    size_t maxdist = seedlen < 3 ? seedlen - 1 : 2;
+    size_t maxdist = seedlen < 3 ? seedlen - 1 : seedlen == 3 ? 1 : 2;

-- 
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