X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_netChat.cxx;h=7206401389c40cdacd48c740b04b8bc089e5918a;hb=bc9b3f6ff1fcc5caa67c07ad99f971c0faacf91a;hp=ee3c992a16f81dc37e3af3252b3b24f4b8f4756b;hpb=425d83c49755542a6581358a9ce9289a58f7f97d;p=simgear.git diff --git a/simgear/io/sg_netChat.cxx b/simgear/io/sg_netChat.cxx index ee3c992a..72064013 100644 --- a/simgear/io/sg_netChat.cxx +++ b/simgear/io/sg_netChat.cxx @@ -26,7 +26,7 @@ #include #include // for strdup -#include +#include namespace simgear { @@ -115,8 +115,8 @@ NetChat::handleBufferRead (NetBuffer& in_buffer) collectIncomingData (in_buffer.getData(),in_buffer.getLength()); in_buffer.remove (); } - - return; + + continue; } int terminator_len = strlen(terminator);