mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
add assert around the new bit that's -- bitten -- me once already
This commit is contained in:
parent
5a28f8dedf
commit
9e403ac6b2
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ static void sendEmptyMsg( CommsCtxt* comms, AddressRecord* rec );
|
|||
|
||||
#ifdef DEBUG
|
||||
# define CNO_FMT(buf, cno) \
|
||||
XP_ASSERT( 0 == ((cno) & (1 << SERVER_OFFSET))); \
|
||||
XP_UCHAR (buf)[64]; \
|
||||
XP_SNPRINTF( (buf), sizeof(buf), "cno: %.4X|%x", \
|
||||
(cno) & ~CHANNEL_MASK, (cno) & CHANNEL_MASK )
|
||||
|
|
Loading…
Add table
Reference in a new issue