empserver/src
Markus Armbruster 9e643dad00 update: Clean up misuse of wu() in prod_nat()
Don't use multiple calls of wu() to print a single line, because that
creates a separate telegram for each part.  The read command normally
merges the telegrams, but if they are more than five seconds apart
(clock jumped somehow), we get a telegram header in the middle of a
line.  Unlikely to happen, but clean it up anyway.

The misuse has always been there.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2015-03-02 08:20:49 +01:00
..
client Update copyright notice 2015-02-28 16:21:34 +01:00
lib update: Clean up misuse of wu() in prod_nat() 2015-03-02 08:20:49 +01:00
scripts New make target check 2013-05-08 06:55:11 +02:00
server Update copyright notice 2015-02-28 16:21:34 +01:00
util Update copyright notice 2015-02-28 16:21:34 +01:00