mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
tweak comments
This commit is contained in:
parent
64014944f3
commit
52a1ccd4dc
2 changed files with 3 additions and 3 deletions
2
xwords4/android/app/proguard-rules.pro
vendored
2
xwords4/android/app/proguard-rules.pro
vendored
|
@ -30,7 +30,7 @@
|
||||||
# from a tag.
|
# from a tag.
|
||||||
# -keepattributes SourceFile,LineNumberTable
|
# -keepattributes SourceFile,LineNumberTable
|
||||||
|
|
||||||
# Prevents crash when jni code calls setInt on various jin.* classes
|
# Prevents crash when jni code calls setInt on various jni.* classes
|
||||||
-keep public class org.eehouse.android.xw4.jni.** { public *; }
|
-keep public class org.eehouse.android.xw4.jni.** { public *; }
|
||||||
|
|
||||||
-keep public class org.eehouse.android.xw4.NetLaunchInfo
|
-keep public class org.eehouse.android.xw4.NetLaunchInfo
|
||||||
|
|
|
@ -632,8 +632,8 @@ server_initClientConnection( ServerCtxt* server, XWStreamCtxt* stream )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
XP_LOGF( "%s: wierd state %s; dropping message", __func__,
|
XP_LOGF( "%s: wierd state: %s (expected XWSTATE_NONE); dropping message",
|
||||||
getStateStr(server->nv.gameState) );
|
__func__, getStateStr(server->nv.gameState) );
|
||||||
}
|
}
|
||||||
stream_destroy( stream );
|
stream_destroy( stream );
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Reference in a new issue