chiark / gitweb /
Fix a decoding bug in Solo block-structure descriptions.
authorSimon Tatham <anakin@pobox.com>
Wed, 26 Nov 2014 19:27:35 +0000 (19:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 26 Nov 2014 19:27:35 +0000 (19:27 +0000)
commitd7a4c52937ddacc5c81049f0bfdf916df757277c
tree6f5aad6ee1e0af991bbf9ebf767a3e8b59134a3c
parent4a8edc65bbe906093787645b98122c7750ae83e8
Fix a decoding bug in Solo block-structure descriptions.

Due to a copy-and-paste error, I was accidentally treating 'y' as the
special-case character which puts no 1 bit after the run of 0s, which
should have been 'z'. Game id 9jk#12345-5994 failed an assertion as a
result (because it generates a y which was accidentally treated as
special).
solo.c