diff options
| author | Simon Tatham <anakin@pobox.com> | 2021-04-26 17:59:22 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2021-04-26 18:05:00 +0100 |
| commit | f2f39af2d3ca27ee9aa2e284896efa07f5df5f02 (patch) | |
| tree | 37cbf70d9200589b01988e4ed062e6bf9dc8256c /map.c | |
| parent | 2409a9913e1b3972ff4ef3b4ab377ace9b5d4ef7 (diff) | |
| download | puzzles-f2f39af2d3ca27ee9aa2e284896efa07f5df5f02.zip puzzles-f2f39af2d3ca27ee9aa2e284896efa07f5df5f02.tar.gz puzzles-f2f39af2d3ca27ee9aa2e284896efa07f5df5f02.tar.bz2 puzzles-f2f39af2d3ca27ee9aa2e284896efa07f5df5f02.tar.xz | |
Mosaic: use signed char for clue values.
Negative numbers are used as a sentinel for an absent clue, so we have
to use a type that's guaranteed to have some negative numbers. char is
unsigned on some platforms. So now Mosaic runs apparently correctly on
Raspbian, for example.
Diffstat (limited to 'map.c')
0 files changed, 0 insertions, 0 deletions