mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
assert not registering with RELAY_ID
This commit is contained in:
parent
4202f24091
commit
4d4f76c8ae
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ relaycon_reg( LaunchParams* params, const XP_UCHAR* rDevID,
|
|||
indx += writeHeader( storage, tmpbuf, XWPDEV_REG );
|
||||
indx += addVLIStr( &tmpbuf[indx], sizeof(tmpbuf) - indx, rDevID );
|
||||
|
||||
assert( ID_TYPE_RELAY != typ );
|
||||
tmpbuf[indx++] = typ;
|
||||
if ( ID_TYPE_NONE != typ ) {
|
||||
indx += writeDevID( &tmpbuf[indx], sizeof(tmpbuf) - indx, devID );
|
||||
|
|
Loading…
Add table
Reference in a new issue