chiark / gitweb /
Group: fix assertion failure in Unreasonable generation.
authorSimon Tatham <anakin@pobox.com>
Tue, 9 Jun 2020 13:22:31 +0000 (14:22 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 9 Jun 2020 13:38:33 +0000 (14:38 +0100)
commit9aa7b7cdfb2bcd200f45941a58d6ae698882a2d4
tree52b1cc51a52d651f87625f061a2b7339da98a17f
parent66b9e8c7de0eecb3d85d9a1766fab1082848448b
Group: fix assertion failure in Unreasonable generation.

Generating the game id 6dui#12345 would cause an assertion failure in
a call to latin_solver_place that should never have happened in the
first place, because the "return -1" that ought to have prevented it
was accidentally inside #ifdef STANDALONE_SOLVER.
unfinished/group.c