[Android] libvlcjni: fix error message
Thomas Guillem
git at videolan.org
Wed Mar 25 16:18:00 CET 2015
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Mar 25 16:12:17 2015 +0100| [896f301e41c7cbe48e425f8505ef122f5f3d7b65] | committer: Thomas Guillem
libvlcjni: fix error message
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=896f301e41c7cbe48e425f8505ef122f5f3d7b65
---
libvlc/jni/libvlcjni-vlcobject.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvlc/jni/libvlcjni-vlcobject.c b/libvlc/jni/libvlcjni-vlcobject.c
index 0aba247..523b056 100644
--- a/libvlc/jni/libvlcjni-vlcobject.c
+++ b/libvlc/jni/libvlcjni-vlcobject.c
@@ -63,7 +63,7 @@ VLCJniObject_newFromLibVlc(JNIEnv *env, jobject thiz,
p_obj = VLCJniObject_getInstance(env, thiz);
if (p_obj)
{
- *pp_error = "Can't get VLCObject.mInstanceID";
+ *pp_error = "VLCObject.mInstanceID already exists";
return NULL;
}
More information about the Android
mailing list