mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
fix warning
This commit is contained in:
parent
5dc8291981
commit
eebf27d051
1 changed files with 1 additions and 1 deletions
|
@ -1822,7 +1822,7 @@ Java_org_eehouse_android_xw4_jni_XwJNI_comms_1formatRelayID
|
||||||
( JNIEnv* env, jclass C, jint gamePtr, jint indx )
|
( JNIEnv* env, jclass C, jint gamePtr, jint indx )
|
||||||
{
|
{
|
||||||
jstring result = NULL;
|
jstring result = NULL;
|
||||||
XWJNI_START_GLOBALS();
|
XWJNI_START();
|
||||||
|
|
||||||
XP_UCHAR buf[64];
|
XP_UCHAR buf[64];
|
||||||
XP_U16 len = sizeof(buf);
|
XP_U16 len = sizeof(buf);
|
||||||
|
|
Loading…
Reference in a new issue