Skip to content

Commit

Permalink
MsgSelf: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fchn289 committed Jul 15, 2023
1 parent b38eef0 commit 5495990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/msg_self/MsgSelf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ void MsgSelf::handleAllMsg(const shared_ptr<bool> aValidMsgSelf)

if (*aValidMsgSelf) // impossible aValidMsgSelf==nullptr since 022-Mar-11
{
// if (not hasMsg()) return; // rare nMsg_==0 when PongMainFN()
while (handleOneMsg()); // handleOneMsg() may create new high priority msg(s)
}
}
Expand Down

0 comments on commit 5495990

Please sign in to comment.