android: Fixed dead URL in comment.

This commit is contained in:
Ryan C. Gordon 2024-02-26 11:28:11 -05:00
parent 35026cdcba
commit e61dfe405f
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -820,7 +820,7 @@ JNIEXPORT int JNICALL SDL_JAVA_INTERFACE(nativeRunMain)(JNIEnv *env, jclass cls,
argv = SDL_small_alloc(char *, 1 + len + 1, &isstack); /* !!! FIXME: check for NULL */
argc = 0;
/* Use the name "app_process" so PHYSFS_platformCalcBaseDir() works.
https://bitbucket.org/MartinFelis/love-android-sdl2/issue/23/release-build-crash-on-start
https://github.com/love2d/love-android/issues/24
*/
argv[argc++] = SDL_strdup("app_process");
for (i = 0; i < len; ++i) {