Skip to content
Snippets Groups Projects
Commit 4ac43ca8 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

libvlcjni: fix bad cast between long and jlong

parent 71b27842
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,9 @@ struct vlcjni_object
struct java_event
{
int type;
long arg1;
long arg2;
jint type;
jlong arg1;
jlong arg2;
};
/* event manager callback dispatched to native struct implementing a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment