mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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*
|
||||
findGame( const GtkAppGlobals* apg, XP_U32 clientToken )
|
||||
findOpenGame( const GtkAppGlobals* apg, XP_U32 clientToken )
|
||||
{
|
||||
GtkGameGlobals* result = NULL;
|
||||
GSList* iter;
|
||||
|
@ -446,7 +446,7 @@ gtkGotBuf( void* closure, const XP_U8* buf, XP_U16 len )
|
|||
buf += sizeof(gameToken);
|
||||
len -= sizeof(gameToken);
|
||||
|
||||
GtkGameGlobals* globals = findGame( apg, gameToken );
|
||||
GtkGameGlobals* globals = findOpenGame( apg, gameToken );
|
||||
if ( !!globals ) {
|
||||
gameGotBuf( &globals->cGlobals, XP_TRUE, buf, len );
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue