Skip to content

Commit

Permalink
Merge pull request #21 from TomwKang/fix/example-server
Browse files Browse the repository at this point in the history
fix(example-server):fix make bug
  • Loading branch information
kashimAstro committed Apr 14, 2022
2 parents 1b620c0 + acb80e4 commit 29bc615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-server/server.cpp
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 29bc615

Please sign in to comment.