]> git.eshelyaron.com Git - emacs.git/commit
Fix off-by-one file size formatting in ls-lisp
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Feb 2022 07:07:42 +0000 (08:07 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Feb 2022 07:07:42 +0000 (08:07 +0100)
commit2b97e83cc1bffdaa923c9ebb877da2e25051e1a9
tree9aec6618786bce7a2540c738cfe724b839908cf6
parent53ef883b52c5836184a8a32536d022b9085100c7
Fix off-by-one file size formatting in ls-lisp

* lisp/ls-lisp.el (ls-lisp-format, ls-lisp-format-file-size): The
human-readable file sizes can be 7 characters wide (e.g.,
"1016.1k") (bug#53937).
lisp/ls-lisp.el