chiark / gitweb /
Phil Bordelon points out an off-by-one error: since Solo doesn't use
authorSimon Tatham <anakin@pobox.com>
Mon, 15 Jan 2007 23:30:44 +0000 (23:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 15 Jan 2007 23:30:44 +0000 (23:30 +0000)
commita7f19c87a9d926cdb8a090d96bda4a6f853bfe18
tree437f599a48ac654ee41520d8d8beee375b9b8ca2
parentcb57de3e44a68a642ba088c980345e0e6e42a9df
Phil Bordelon points out an off-by-one error: since Solo doesn't use
zero as a valid puzzle symbol, it can support at most 35 symbols,
not 36. (This is largely academic since IME anything above about 25
is impractical to generate, but there we go.)

[originally from svn r7115]
solo.c