]> git.eshelyaron.com Git - emacs.git/commit
Properly record mtime after insert-file-contents on Android
authorPo Lu <luangruo@yahoo.com>
Sat, 17 Feb 2024 02:27:26 +0000 (10:27 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Feb 2024 13:02:22 +0000 (14:02 +0100)
commit3fa118dc4889eff808b33dc95943a74033dc7efe
tree7b14ef9908239cd313c6acf654769295a6e3924c
parentbc88aea47d45753bd66ec4b5f7cf469af8142084
Properly record mtime after insert-file-contents on Android

* src/fileio.c (write_region): Do not verify file identity after
retreiving file status for the second time if st_ino is 0.

(cherry picked from commit 5b65c2ad7526ec081ac37d32c87e9b58e787d66a)
src/fileio.c