mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
removed unneeded null-byte addition
This commit is contained in:
parent
a2b5274b6c
commit
bfe04a08b5
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ Java_org_eehouse_android_xw4_jni_XwJNI_game_1summarize
|
|||
XP_UCHAR buf[128];
|
||||
XP_U16 len = VSIZE(buf);
|
||||
if ( comms_getRelayID( comms, buf, &len ) ) {
|
||||
buf[len] = '\0';
|
||||
XP_ASSERT( '\0' == buf[len] );
|
||||
setString( env, jsummary, "relayID", buf );
|
||||
}
|
||||
setString( env, jsummary, "roomName", addr.u.ip_relay.invite );
|
||||
|
|
Loading…
Add table
Reference in a new issue