]> git.pond.sub.org Git - empserver/commit
Fix scrap and scuttle output when there's output about cargo
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 13 Sep 2008 13:45:26 +0000 (09:45 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 15 Sep 2008 11:49:24 +0000 (07:49 -0400)
commit06dd3d80ac3870fd7375abd6bc559975f92339ec
tree4dc9f08875ca8c5035140fa903d7699a4b32df02
parent0103372471a65f5f4845284dfd0fbeb68b55bbeb
Fix scrap and scuttle output when there's output about cargo

scra() and scut() printed their "scrapped in" / "scuttled in" message
in two parts.  Messages for scrapped / scuttled cargo were printed
between the parts.  Fix by printing in one go, after the cargo
messages.
src/lib/commands/scra.c
src/lib/commands/scut.c