]> git.eshelyaron.com Git - emacs.git/commit
Fix an off-by-one error in assertion
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Jun 2019 08:59:16 +0000 (11:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Jun 2019 08:59:16 +0000 (11:59 +0300)
commitd79fe1f7772a3ea6f998aeab10fe845f14493084
treedb377a1e06a4f0e80a24f1879a634b16432542fb
parente555bca80d615646ea2c435a4f5fcc675e88d59c
Fix an off-by-one error in assertion

* src/fileio.c (Fexpand_file_name): Fix off-by-one error in an
assertion.  This avoids assertion violations when the home
directory is an empty string for some reason.  (Bug#36363)
src/fileio.c