✅ Enable all remaning assertions (#1453)
This commit is contained in:
parent
9d037bafff
commit
ba6b031fa1
6 changed files with 22 additions and 21 deletions
|
|
@ -261,7 +261,7 @@ Uint32 sync_update(int pnum, const Uint8 *pbBuf)
|
|||
app_fatal("bad sync command");
|
||||
}
|
||||
|
||||
/// ASSERT: assert(gbBufferMsgs != BUFFER_PROCESS);
|
||||
assert(gbBufferMsgs != 2);
|
||||
|
||||
if (gbBufferMsgs == 1) {
|
||||
return pHdr->wLen + sizeof(*pHdr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue