Skip to content

Commit

Permalink
modified: src/v2i-hub/MessageReceiverPlugin/src/MessageReceiverPlugi…
Browse files Browse the repository at this point in the history
…n.cpp
  • Loading branch information
jwillmartin committed Jun 30, 2023
1 parent 43c8739 commit a705342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void MessageReceiverPlugin::OnMessageReceived(routeable_message &msg)
BsmEncodedMessage encodedBsm;
SrmEncodedMessage encodedSrm;

char msgPSID;
int msgPSID = api::msgPSID::None_PSID;

if (msg.get_type() == "Unknown" && msg.get_subtype() == "Unknown")
{
Expand Down

0 comments on commit a705342

Please sign in to comment.