]> git.mxchange.org Git - flightgear.git/commit
#903: generic protocol: fix a rare corner case
authorThorstenB <brehmt@gmail.com>
Thu, 1 Nov 2012 13:35:17 +0000 (14:35 +0100)
committerThorstenB <brehmt@gmail.com>
Thu, 1 Nov 2012 13:42:26 +0000 (14:42 +0100)
commit51f16337c2327fa6d7a257cae39473045123f2f8
treecdbfc1723474fb862a4b5694a769fe78c8d0ccc8
parent5049ecce710847e5ebe61ce4052d523fb0d7c28d
#903: generic protocol: fix a rare corner case
ASCII protocols consisting of a single chunk only (one variable per line)
would not work when no "separator" was defined.
Also add error message for protocols with more than one var per line which
are missing a separator...
src/Network/generic.cxx
src/Network/generic.hxx