mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
change what must be a mistaken assert
This commit is contained in:
parent
1534298422
commit
da639af7c3
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ public:
|
|||
MsgClosure( DevIDRelay dest, const vector<uint8_t>* packet,
|
||||
int msgID, OnMsgAckProc proc, void* procClosure )
|
||||
{
|
||||
assert(m_msgID != 0);
|
||||
assert(msgID != 0);
|
||||
m_destDevID = dest;
|
||||
m_packet = *packet;
|
||||
m_proc = proc;
|
||||
|
|
Loading…
Add table
Reference in a new issue