Skip to content

Commit

Permalink
message_no ->> message_num
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Jun 26, 2022
1 parent c0bfebe commit 812bdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ZmqInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ int ZmqInterface::sendEvent( uint8 type,

DynamicObject::Ptr obj = new DynamicObject();

obj->setProperty("message_no", messageNumber);
obj->setProperty("message_num", messageNumber);
obj->setProperty("type", "event");

DynamicObject::Ptr c_obj = new DynamicObject();
Expand Down

0 comments on commit 812bdd2

Please sign in to comment.