]> git.eshelyaron.com Git - emacs.git/commit
bindat (strz): Fix wrong-type-argument error when unpacking
authorRichard Hansen <rhansen@rhansen.org>
Sun, 29 May 2022 22:09:08 +0000 (18:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Jun 2022 02:24:05 +0000 (22:24 -0400)
commit5255fa452f338c2ae97fa1ade70b396513bc6e9b
tree76a9cd2053a15459e463bfffe0370b7b996f092d
parent30ec4a7347b2944818c6fc469ae871374ce7caa4
bindat (strz): Fix wrong-type-argument error when unpacking

* lisp/emacs-lisp/bindat.el (strz): Fix (wrong-type-argument
number-or-marker-p nil) error when unpacking a strz with
unspecified (variable) length.
* test/lisp/emacs-lisp/bindat-tests.el (strz): Mark test as passing.
lisp/emacs-lisp/bindat.el
test/lisp/emacs-lisp/bindat-tests.el