Skip to content

Commit

Permalink
fix(example-server):fix make bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TomwKang committed Apr 14, 2022
1 parent 1b620c0 commit acb80e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void * received(void * m)
{
desc = tcp.getMessage();
for(unsigned int i = 0; i < desc.size(); i++) {
if( desc )
if( desc[i] )
{
if(!desc[i]->enable_message_runtime)
{
Expand Down

0 comments on commit acb80e4

Please sign in to comment.