chiark / gitweb /
Add a missing error message in Flood solve_game().
authorSimon Tatham <anakin@pobox.com>
Thu, 24 Dec 2015 22:05:48 +0000 (22:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 24 Dec 2015 22:05:48 +0000 (22:05 +0000)
commitd295a8a93c88bbd65ecfa57f4b70c9c4c6286e97
treed15801a6a778beb2a67b5396664823007c720230
parentf1af73319ffceb1b936669182f540454eeb67541
Add a missing error message in Flood solve_game().

The only situation in which it actually can't find a solution is if
the puzzle is already solved, in which case it can at least fill in
*error to say so before it returns NULL.
flood.c