]> git.pond.sub.org Git - empserver/commit
Clean up misuse of mpr() in msl_launch()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Jun 2010 20:39:52 +0000 (22:39 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 27 Jun 2010 16:28:07 +0000 (18:28 +0200)
commit4033a3be7d4c4279387ab84073d0815a518f3afc
treef8ed65d5ffd48d4cab3cdfcd762f032cb3c28afb
parent4191b2275875cc0aa4ffee40bc4db8b0a8f7b264
Clean up misuse of mpr() in msl_launch()

Don't use multiple calls of mpr() to print a single line, because that
creates a separate bulletin for each part.  The read command normally
merges the bulletins, but if the bulletins are more than five seconds
apart (clock jumped somehow), we get a bulletin header in the middle
of a line.

The mpr() misuse was introduced in Empire 2.
src/lib/subs/mslsub.c