mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix compile
This commit is contained in:
parent
e86626d7be
commit
87621c3b51
1 changed files with 4 additions and 0 deletions
|
@ -2522,7 +2522,11 @@ comms_checkIncomingStream( CommsCtxt* comms, XWEnv xwe, XWStreamCtxt* stream,
|
|||
noteHBReceived( comms/* , addr */ );
|
||||
|
||||
}
|
||||
#ifdef COMMS_CHECKSUM
|
||||
LOG_RETURNF( "%s (len: %d; sum: %s)", boolToStr(messageValid), state->len, state->sum );
|
||||
#else
|
||||
LOG_RETURNF( "%s (len: %d)", boolToStr(messageValid), state->len );
|
||||
#endif
|
||||
return messageValid;
|
||||
} /* comms_checkIncomingStream */
|
||||
|
||||
|
|
Loading…
Reference in a new issue