]> git.eshelyaron.com Git - emacs.git/commit
Minor adjustments to Android port
authorPo Lu <luangruo@yahoo.com>
Fri, 11 Aug 2023 06:55:21 +0000 (14:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 11 Aug 2023 06:55:21 +0000 (14:55 +0800)
commit43cc92d6e41804cf1034e1d6e3cdf35e299bd196
tree70727dc14b008165dd3028bb5dbe31f5df7f377d
parentcc6fed326aa491f89cad5cf59f4a8fb7b2863011
Minor adjustments to Android port

* java/org/gnu/emacs/EmacsService.java (readDirectoryEntry):
Also refrain from returning NULL or file names containing
non-representable NULL bytes.
* src/callproc.c (get_current_directory): Clean up by employing
android_is_special_directory.
java/org/gnu/emacs/EmacsService.java
src/callproc.c