simon-git: halibut (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Aug 1 21:42:57 BST 2024


TL;DR:
  c5f0298 Fill in missing cmpctx pointer in psdata.c.

Repository:     https://git.tartarus.org/simon/halibut.git
On the web:     https://git.tartarus.org/?p=simon/halibut.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2024-08-01 21:42:57

commit c5f0298a9d28df6690f79bc5e522daa172597fb9
web diff https://git.tartarus.org/?p=simon/halibut.git;a=commitdiff;h=c5f0298a9d28df6690f79bc5e522daa172597fb9;hp=3187e50d0084809eeac489d3c569fac0141cde4e
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Aug 1 21:40:37 2024 +0100

    Fill in missing cmpctx pointer in psdata.c.
    
    Thanks to Josh Lee for pointing this out: glyphcmp() actually uses its
    cmpctx parameter, so we mustn't forget to fill it in when creating a
    tree with that comparison function.
    
    Commit 47fa6ab6cc03822 introduced this bug, immediately after I
    created the cmpctx parameters in the first place. Oops.

 psdata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list