]> git.eshelyaron.com Git - emacs.git/commit
Fix over-zealous assertions
authorMattias Engdegård <mattiase@acm.org>
Thu, 17 Mar 2022 14:08:24 +0000 (15:08 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 17 Mar 2022 14:08:24 +0000 (15:08 +0100)
commit43a339fe10df3952a5f1749403d7b8148554008a
tree932cab8728739783c5b6c26cb632ffb116939b56
parent63c1f0d58d846095eac1bde726e0c72856a9deec
Fix over-zealous assertions

* src/sort.c (gallop_left, gallop_right): Don't test Lisp values for
being nonzero; it only made sense when `key` was a pointer that had to
be non-null.
src/sort.c