simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Oct 20 19:11:40 BST 2024


TL;DR:
  05f4f63 Pattern: fix crash when printing.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2024-10-20 19:11:40

commit 05f4f6349fd9e65cccb96e7b46cf65d0802ed52d
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=05f4f6349fd9e65cccb96e7b46cf65d0802ed52d;hp=182b3d9e27981c03df07cc86d8f794ad218dc350
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Oct 20 19:08:11 2024 +0100

    Pattern: fix crash when printing.
    
    The mostly-unpopulated game_drawstate created in game_print for the
    sake of the TILE_SIZE macro was being passed to a subroutine which
    expected another field of it to be filled in.
    
    Rather than continue filling in one field at a time, let's just make a
    complete one.

 pattern.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list