chiark / gitweb /
Bug fix from James H: solve_game() was returning error messages in
authorSimon Tatham <anakin@pobox.com>
Thu, 4 Aug 2005 17:07:51 +0000 (17:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 4 Aug 2005 17:07:51 +0000 (17:07 +0000)
commit2e214d740cc9ea2c8061713b0d944f1f29374206
tree9d9569d9dc50f871a59c518cabc86403609a670e
parente55838bc9b0d173ca539d0cfe714495b5c12b9dd
Bug fix from James H: solve_game() was returning error messages in
the return value rather than in *error. In the old days type-
checking would have caught this, but now of course they're the same
type.

[originally from svn r6161]
slant.c