]> git.eshelyaron.com Git - emacs.git/commit
Correctly check result of string lookup
authorPo Lu <luangruo@yahoo.com>
Fri, 23 Jun 2023 03:39:36 +0000 (11:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 23 Jun 2023 03:39:36 +0000 (11:39 +0800)
commit1a19ebdd28f5ba5840d5e2d713098df7bcb13385
tree6b42c33b68dabe77f4a5f7763105c2a77bf759df
parent55c14c72526edf64dfdf29cd8728b226d28aedf0
Correctly check result of string lookup

* src/android.c (android_wc_lookup_string): Check that
GetStringChars returns non-NULL, not if it throws an exception.
src/android.c