add assert around the new bit that's -- bitten -- me once already

This commit is contained in:
Eric House 2015-02-09 06:46:34 -08:00
parent 5a28f8dedf
commit 9e403ac6b2

View file

@ -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 )