]> git.mxchange.org Git - flightgear.git/commit
Patch from Melchior Franz:
authordavid <david>
Thu, 9 May 2002 21:57:07 +0000 (21:57 +0000)
committerdavid <david>
Thu, 9 May 2002 21:57:07 +0000 (21:57 +0000)
commitc37d2019e083cd6b94a4a183b4c5636bc6aacad6
tree1202207cccbab4736b7af98d6c5b7b64e6ab9b6f
parent907e2942bb25f1f0146312ef25c897f5c0661e16
Patch from Melchior Franz:

- don't send "set" confirmation when in data mode. If an external
  program really cares if the settings were accepted, which is
  rather unlikely, it simply has to "get" the property again.
  The returned line would have been a pain to parse, anyway
  (something like "from-model =  'true'  (bool)").
- do not only "set" the first token, but concatenate all given
  tokens with a space in between. This won't be used much, but
  makes sense for setting strings, while it does no harm when setting
  numbers. Silently ignoring all but the first token is impolite. ;-)
- remove old, commented out debug message that doesn't make much
  sense any more.
src/Network/props.cxx