From: Marco Costalba Date: Mon, 27 Oct 2008 09:15:51 +0000 (+0100) Subject: Fix a bug in generate_evasions() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=5e2fc2aa165b3c0406bcf98c773b952e20f50325;hp=5e2fc2aa165b3c0406bcf98c773b952e20f50325 Fix a bug in generate_evasions() Introduced in the patch "movegen: prefer (*mlist++) to mlist[n++]" This was nasty because due to a mismerge the repo in one PC had the bug, but the testing one did not, so I had non reproducible results according to which machine I used for testing. This hopefully closes a more then one week regression that made me go crazy! It was found by accident comparing, for other reasons, the sources of the two PC's. Signed-off-by: Marco Costalba ---