diff options
Diffstat (limited to 'src/window_glfm.c')
| -rw-r--r-- | src/window_glfm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_glfm.c b/src/window_glfm.c index ad8baec..7fdb26a 100644 --- a/src/window_glfm.c +++ b/src/window_glfm.c @@ -141,7 +141,7 @@ static u32 parse_intent(ANativeActivity *activity, JNIEnv *jni) al_array_push(global.args, main_arg); } } else { - str arg = AL_STR_NULL; + str arg = AL_STR_EMPTY; if (is_http) { jobject path = glfm__callJavaMethod(jni, uri, "toString", "()Ljava/lang/String;", |