X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_netChat.cxx;h=4de7716393cf884b4346214d4786dc924f095a7d;hb=201cb61f842ef50a19438e3872ba22e588fa1afc;hp=ee3c992a16f81dc37e3af3252b3b24f4b8f4756b;hpb=425d83c49755542a6581358a9ce9289a58f7f97d;p=simgear.git diff --git a/simgear/io/sg_netChat.cxx b/simgear/io/sg_netChat.cxx index ee3c992a..4de77163 100644 --- a/simgear/io/sg_netChat.cxx +++ b/simgear/io/sg_netChat.cxx @@ -16,7 +16,7 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA For further information visit http://plib.sourceforge.net @@ -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);