aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidselect.c')
-rw-r--r--src/androidselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidselect.c b/src/androidselect.c
index 2d8f14bb90d..3947ab99166 100644
--- a/src/androidselect.c
+++ b/src/androidselect.c
@@ -178,7 +178,7 @@ Alternatively, return nil if the clipboard is empty. */)
178 bytes); 178 bytes);
179 data = (*android_java_env)->GetByteArrayElements (android_java_env, 179 data = (*android_java_env)->GetByteArrayElements (android_java_env,
180 bytes, NULL); 180 bytes, NULL);
181 android_exception_check_1 (bytes); 181 android_exception_check_nonnull (data, bytes);
182 182
183 string = make_unibyte_string ((char *) data, length); 183 string = make_unibyte_string ((char *) data, length);
184 184