diff options
Diffstat (limited to 'src/ctaklm.c')
| -rw-r--r-- | src/ctaklm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c index ea758ae..efd998a 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -127,9 +127,9 @@ print_square(const uint8_t col, const uint8_t row) { put_stone(STONE_AT(THE_COORDS(col, row)), (colours[THE_COORDS(col, row)] & mask) ? C_BLACK : C_WHITE, k+1 == stack_size, - stack_size-k >= board_size); + stack_size-k-1 >= board_size); } - puts("<-- top"); + puts(" <-- top"); } else { puts("(empty)"); } |
