mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Tabular alphanumeric block
This commit is contained in:
parent
add6c41016
commit
0b063f6e8c
5 changed files with 267 additions and 5 deletions
|
|
@ -126,7 +126,7 @@ bool Level3MessageHeader::Parse(std::istream& is)
|
|||
<< logPrefix_ << "Invalid message code: " << p->messageCode_;
|
||||
headerValid = false;
|
||||
}
|
||||
if (p->dateOfMessage_ < 1u || p->dateOfMessage_ > 32'767u)
|
||||
if (p->dateOfMessage_ > 32'767u)
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(warning)
|
||||
<< logPrefix_ << "Invalid date: " << p->dateOfMessage_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue