]> git.eshelyaron.com Git - emacs.git/commit
Fix crash on MS-Windows caused by recent changes
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Apr 2021 16:43:59 +0000 (19:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Apr 2021 16:43:59 +0000 (19:43 +0300)
commita9b9ada6bf5e07da75ddeba6fd985e28987b767b
tree002c6edc14076bcaef0abbf1e04da36c50f8f244
parent1f8d75160a27396da363384018a362e04aaea0bd
Fix crash on MS-Windows caused by recent changes

* src/pdumper.c (dump_do_dump_relocation): Don't use
expand-file-name, as this crashes on MS-Windows.  Use
file_access_p instead of emacs_fopen.
src/pdumper.c