mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
name change
This commit is contained in:
parent
5814febad5
commit
7dfd19a7a2
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ gameIsOpen( GtkAppGlobals* apg, sqlite3_int64 rowid )
|
||||||
}
|
}
|
||||||
|
|
||||||
static GtkGameGlobals*
|
static GtkGameGlobals*
|
||||||
findGame( const GtkAppGlobals* apg, XP_U32 clientToken )
|
findOpenGame( const GtkAppGlobals* apg, XP_U32 clientToken )
|
||||||
{
|
{
|
||||||
GtkGameGlobals* result = NULL;
|
GtkGameGlobals* result = NULL;
|
||||||
GSList* iter;
|
GSList* iter;
|
||||||
|
@ -446,7 +446,7 @@ gtkGotBuf( void* closure, const XP_U8* buf, XP_U16 len )
|
||||||
buf += sizeof(gameToken);
|
buf += sizeof(gameToken);
|
||||||
len -= sizeof(gameToken);
|
len -= sizeof(gameToken);
|
||||||
|
|
||||||
GtkGameGlobals* globals = findGame( apg, gameToken );
|
GtkGameGlobals* globals = findOpenGame( apg, gameToken );
|
||||||
if ( !!globals ) {
|
if ( !!globals ) {
|
||||||
gameGotBuf( &globals->cGlobals, XP_TRUE, buf, len );
|
gameGotBuf( &globals->cGlobals, XP_TRUE, buf, len );
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue