mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
use new topic format for invitations too
This commit is contained in:
parent
e2a13a0ec1
commit
3921da97b9
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ dvc_makeMQTTInvites( XW_DUtilCtxt* dutil, XWEnv xwe,
|
|||
"%s/%X", devTopic, nli->gameID );
|
||||
XP_ASSERT( siz < VSIZE(gameTopic) );
|
||||
XP_USE(siz);
|
||||
callProc( proc, closure, devTopic, stream );
|
||||
callProc( proc, closure, gameTopic, stream );
|
||||
#endif
|
||||
|
||||
stream_destroy( stream, xwe );
|
||||
|
|
Loading…
Reference in a new issue